Home
last modified time | relevance | path

Searched refs:DecltypeType (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DASTNodeTraverser.h379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DTypeProperties.td419 let Class = DecltypeType in {
H A DType.h4695 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 DRecursiveASTVisitor.h1071 DEF_TRAVERSE_TYPE(DecltypeType,
1348 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h2031 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DTypeNodes.td87 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp3521 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 DASTStructuralEquivalence.cpp1048 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1049 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1127 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 DODRHash.cpp998 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DExpr.cpp905 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
907 ->getAs<DecltypeType>() in ComputeName()
H A DASTContext.cpp5692 DecltypeType *dt; in getDecltypeType()
5711 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
5714 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
H A DMicrosoftMangle.cpp3292 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp3952 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp396 ExpectedType VisitDecltypeType(const DecltypeType *T);
1394 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1046 const AstTypeMatcher<DecltypeType> decltypeType;
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6943 extern const AstTypeMatcher<DecltypeType> decltypeType;
6974 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp966 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp961 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp6153 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6296 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
H A DTreeTransform.h6349 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
H A DSemaDecl.cpp6217 if (isa_and_nonnull<DecltypeType>( in diagnoseQualifiedDeclaration()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3308 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()

12