Searched refs:DecltypeType (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 517 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
D | RecursiveASTVisitor.h | 992 DEF_TRAVERSE_TYPE(DecltypeType, 1211 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
D | Type.h | 3593 class DecltypeType : public Type { 3598 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 3619 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
|
D | TypeLoc.h | 1659 DecltypeType> {
|
/external/clang/lib/AST/ |
D | Type.cpp | 2897 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 2909 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 2911 QualType DecltypeType::desugar() const { in desugar() 2919 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
|
D | TypePrinter.cpp | 832 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 839 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
|
D | Expr.cpp | 641 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 643 ->getAs<DecltypeType>() in ComputeName()
|
D | ASTImporter.cpp | 64 QualType VisitDecltypeType(const DecltypeType *T); 737 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 738 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent() 1798 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
D | ASTContext.cpp | 3972 DecltypeType *dt; in getDecltypeType() 3991 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 3994 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
D | ASTDumper.cpp | 351 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
D | MicrosoftMangle.cpp | 2394 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
D | ItaniumMangle.cpp | 3008 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 489 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
D | SemaTemplateDeduction.cpp | 4921 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
D | SemaTemplate.cpp | 4150 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
D | TreeTransform.h | 5252 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
D | SemaDecl.cpp | 4908 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
D | SemaExpr.cpp | 3933 T = cast<DecltypeType>(Ty)->desugar(); in captureVariablyModifiedType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2284 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 300 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|