| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | ASTNodeTraverser.h | 379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | TypeProperties.td | 419 let Class = DecltypeType in {
|
| H A D | Type.h | 4695 class DecltypeType : public Type { 4702 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 4723 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { 7078 return isa<DecltypeType>(this);
|
| H A D | RecursiveASTVisitor.h | 1071 DEF_TRAVERSE_TYPE(DecltypeType, 1348 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | TypeLoc.h | 2031 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 87 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Type.cpp | 3521 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 3533 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 3535 QualType DecltypeType::desugar() const { in desugar() 3543 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
|
| H A D | ASTStructuralEquivalence.cpp | 1048 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 1049 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1127 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 1135 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
|
| H A D | ODRHash.cpp | 998 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | Expr.cpp | 905 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 907 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | ASTContext.cpp | 5692 DecltypeType *dt; in getDecltypeType() 5711 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 5714 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
| H A D | MicrosoftMangle.cpp | 3292 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3952 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 396 ExpectedType VisitDecltypeType(const DecltypeType *T); 1394 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1046 const AstTypeMatcher<DecltypeType> decltypeType;
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6943 extern const AstTypeMatcher<DecltypeType> decltypeType; 6974 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 966 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 961 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 6153 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6296 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| H A D | TreeTransform.h | 6349 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| H A D | SemaDecl.cpp | 6217 if (isa_and_nonnull<DecltypeType>( in diagnoseQualifiedDeclaration()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3308 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|