Searched defs:VisitType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeVisitor.h46 RetTy VisitType(const Type*) { return RetTy(); } function in class:clang::TypeVisitor
H A DRecursiveASTVisitor.h332 bool VisitType(Type *T) { return true; } function in class:clang::RecursiveASTVisitor
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp1139 void StmtProfiler::VisitType(QualType T) { function in class:StmtProfiler
[all...]
H A DASTImporter.cpp1411 QualType ASTNodeImporter::VisitType(const Type *T) { function in class:ASTNodeImporter

Completed in 68 milliseconds