Home
last modified time | relevance | path

Searched defs:VisitType (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeVisitor.h87 RetTy VisitType(const Type*) { return RetTy(); } in VisitType() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp214 enum VisitType { in markTails() enum
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp632 void USRGenerator::VisitType(QualType T) { in VisitType() function in USRGenerator
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp759 void VisitType(const Type *T) {} in VisitType() function in __anondcded67b0211::ODRTypeVisitor
H A DStmtProfile.cpp136 void VisitType(QualType T) override { in VisitType() function in __anon7985e62b0111::StmtProfilerWithPointers
182 void VisitType(QualType T) override { in VisitType() function in __anon7985e62b0111::StmtProfilerWithoutPointers
H A DASTImporter.cpp1011 ExpectedType ASTNodeImporter::VisitType(const Type *T) { in VisitType() function in ASTNodeImporter
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1531 QualType VisitType; in VisitBuiltinTypeLoc() local