Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h536 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DASTNodeTraverser.h355 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.h994 DEF_TRAVERSE_TYPE(DecltypeType,
1268 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h1991 DecltypeType> {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td86 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3428 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 DASTStructuralEquivalence.cpp976 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
977 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1084 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 DODRHash.cpp843 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DASTContext.cpp5447 DecltypeType *dt; in getDecltypeType()
5466 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
5469 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
H A DExpr.cpp748 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
750 ->getAs<DecltypeType>() in ComputeName()
H A DMicrosoftMangle.cpp3241 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp3868 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp358 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 DASTMatchersInternal.cpp1028 const AstTypeMatcher<DecltypeType> decltypeType;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6556 extern const AstTypeMatcher<DecltypeType> decltypeType;
6587 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp961 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp864 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.h6134 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
H A DSemaDecl.cpp5701 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3165 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()

12