Home
last modified time | relevance | path

Searched refs:VisitType (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp963 void VisitType(const Type *T) {} in VisitType() function in __anonb4317f1a0211::ODRTypeVisitor
968 VisitType(T); in VisitAdjustedType()
981 VisitType(T); in VisitArrayType()
1010 VisitType(T); in VisitAttributedType()
1015 VisitType(T); in VisitBlockPointerType()
1020 VisitType(T); in VisitBuiltinType()
1025 VisitType(T); in VisitComplexType()
1030 VisitType(T); in VisitDecltypeType()
1039 VisitType(T); in VisitDeducedType()
1063 VisitType(T); in VisitDependentAddressSpaceType()
[all …]
H A DStmtProfile.cpp58 virtual void VisitType(QualType T) = 0;
114 VisitType(Context.getUnconstrainedType(NTTP->getType())); in VisitDecl()
129 VisitType(Parm->getType()); in VisitDecl()
155 void VisitType(QualType T) override { in VisitType() function in __anon9529c64a0111::StmtProfilerWithPointers
202 void VisitType(QualType T) override { in VisitType() function in __anon9529c64a0111::StmtProfilerWithoutPointers
357 VisitType(S->getCaughtType()); in VisitCXXCatchStmt()
407 VisitType(S->getCatchParamDecl()->getType()); in VisitObjCAtCatchStmt()
1375 VisitType(S->getTypeSourceInfo()->getType()); in VisitSYCLUniqueStableNameExpr()
1445 VisitType(S->getTypeSourceInfo()->getType()); in VisitOffsetOfExpr()
1477 VisitType(S->getArgumentType()); in VisitUnaryExprOrTypeTraitExpr()
[all …]
H A DDynamicRecursiveASTVisitor.cpp205 bool VisitType(Type *T) { return Visitor.VisitType(T); } in VisitType() function
H A DASTImporter.cpp408 ExpectedType VisitType(const Type *T);
1287 ExpectedType ASTNodeImporter::VisitType(const Type *T) { in VisitType() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp164 void VisitType(QualType T);
278 VisitType(PT); in VisitFunctionDecl()
290 VisitType(D->getReturnType()); in VisitFunctionDecl()
666 void USRGenerator::VisitType(QualType T) { in VisitType() function in USRGenerator
891 VisitType(FT->getReturnType()); in VisitType()
895 VisitType(I); in VisitType()
924 VisitType(OIT->getBaseType()); in VisitType()
1004 VisitType(NTTP->getType()); in VisitTemplateParameterList()
1061 VisitType(Arg.getAsType()); in VisitTemplateArgument()
1066 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h221 virtual bool VisitType(MaybeConst<Type> *T) { return true; } in VisitType() function
227 bool WalkUpFromType(MaybeConst<Type> *T) { return VisitType(T); } in WalkUpFromType()
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
H A DRecursiveASTVisitor.h397 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
398 bool VisitType(Type *T) { return true; }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp218 enum VisitType { in markTails() enum
223 DenseMap<BasicBlock *, VisitType> Visited; in markTails()
240 VisitType Escaped = UNESCAPED; in markTails()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp252 void VisitType(const Type *T) { Hash.setBailedOut(); } in VisitType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5704 bool VisitType(Type *T) { in VisitType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc1254 …VisitTypeEPKNS_4TypeE", "clang::XML::(anonymous namespace)::TypeWriter::VisitType(clang::Type cons…