| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 587 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | DataRecursiveASTVisitor.h | 894 DEF_TRAVERSE_TYPE(DecltypeType, 1108 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | RecursiveASTVisitor.h | 959 DEF_TRAVERSE_TYPE(DecltypeType, 1173 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | Type.h | 3293 class DecltypeType : public Type { 3298 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 3319 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
|
| H A D | TypeLoc.h | 1577 DecltypeType> {
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 1838 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 1850 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 1852 QualType DecltypeType::desugar() const { in desugar() 1860 : DecltypeType(E, Context.DependentTy), Context(Context) { } in DependentDecltypeType()
|
| H A D | TypePrinter.cpp | 792 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 799 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) { } in printDecltypeAfter()
|
| H A D | ASTImporter.cpp | 64 QualType VisitDecltypeType(const DecltypeType *T); 638 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 639 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent() 1671 QualType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | ASTContext.cpp | 3758 DecltypeType *dt; in getDecltypeType() 3777 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 3780 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
| H A D | Expr.cpp | 645 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 647 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | MicrosoftMangle.cpp | 2047 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, in mangleType()
|
| H A D | ASTDumper.cpp | 345 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | ItaniumMangle.cpp | 2450 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 338 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 4964 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 4015 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| H A D | TreeTransform.h | 4898 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| H A D | SemaDecl.cpp | 4477 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
| H A D | SemaExpr.cpp | 12462 QTy = cast<DecltypeType>(Ty)->desugar(); in tryCaptureVariable()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1996 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 265 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|