Searched refs:DecltypeType (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 514 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
D | RecursiveASTVisitor.h | 919 DEF_TRAVERSE_TYPE(DecltypeType, 1136 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
D | Type.h | 3448 class DecltypeType : public Type { 3453 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 3474 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
|
D | TypeLoc.h | 1659 DecltypeType> {
|
/external/clang/lib/AST/ |
D | Type.cpp | 2905 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 2917 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 2919 QualType DecltypeType::desugar() const { in desugar() 2927 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
|
D | TypePrinter.cpp | 797 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 804 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
|
D | ASTImporter.cpp | 64 QualType VisitDecltypeType(const DecltypeType *T); 682 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 683 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent() 1715 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
D | Expr.cpp | 652 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 654 ->getAs<DecltypeType>() in ComputeName()
|
D | ASTContext.cpp | 3940 DecltypeType *dt; in getDecltypeType() 3959 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 3962 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
D | ASTDumper.cpp | 349 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
D | MicrosoftMangle.cpp | 2309 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
D | ItaniumMangle.cpp | 2626 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 375 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
D | SemaTemplateDeduction.cpp | 4927 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
D | SemaTemplate.cpp | 4112 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
D | TreeTransform.h | 5107 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
D | SemaDecl.cpp | 4775 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
D | SemaExpr.cpp | 13207 QTy = cast<DecltypeType>(Ty)->desugar(); in tryCaptureVariable()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2120 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 270 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|