| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 536 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | ASTNodeTraverser.h | 355 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | Type.h | 4490 class DecltypeType : public Type { 4497 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 4518 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { 6853 return isa<DecltypeType>(this);
|
| H A D | TypeProperties.td | 402 let Class = DecltypeType in {
|
| H A D | RecursiveASTVisitor.h | 994 DEF_TRAVERSE_TYPE(DecltypeType, 1268 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | TypeLoc.h | 1991 DecltypeType> {
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 86 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 3428 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 3440 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 3442 QualType DecltypeType::desugar() const { in desugar() 3450 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
|
| H A D | ASTStructuralEquivalence.cpp | 976 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 977 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1084 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 1092 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
|
| H A D | ODRHash.cpp | 843 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | ASTContext.cpp | 5447 DecltypeType *dt; in getDecltypeType() 5466 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 5469 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
| H A D | Expr.cpp | 748 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 750 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | MicrosoftMangle.cpp | 3241 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3868 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 358 ExpectedType VisitDecltypeType(const DecltypeType *T); 1330 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1028 const AstTypeMatcher<DecltypeType> decltypeType;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6556 extern const AstTypeMatcher<DecltypeType> decltypeType; 6587 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 961 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 864 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 6054 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6069 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| H A D | TreeTransform.h | 6134 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| H A D | SemaDecl.cpp | 5701 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3165 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|