Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h536 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DASTNodeTraverser.h379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DType.h4490 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 DTypeProperties.td402 let Class = DecltypeType in {
H A DRecursiveASTVisitor.h992 DEF_TRAVERSE_TYPE(DecltypeType,
1266 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h1991 DecltypeType> {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td86 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3432 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
3444 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
3446 QualType DecltypeType::desugar() const { in desugar()
3454 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
H A DASTStructuralEquivalence.cpp977 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
978 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1089 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
1097 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
H A DODRHash.cpp843 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DASTContext.cpp5462 DecltypeType *dt; in getDecltypeType()
5481 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
5484 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
H A DExpr.cpp814 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
816 ->getAs<DecltypeType>() in ComputeName()
H A DMicrosoftMangle.cpp3244 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp3878 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp373 ExpectedType VisitDecltypeType(const DecltypeType *T);
1348 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1029 const AstTypeMatcher<DecltypeType> decltypeType;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6568 extern const AstTypeMatcher<DecltypeType> decltypeType;
6599 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp961 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp900 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp6054 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6069 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
H A DTreeTransform.h6157 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
H A DSemaDecl.cpp5764 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3147 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()

12