Home
last modified time | relevance | path

Searched defs:TraverseType (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchFinder.cpp192 bool TraverseType(QualType TypeNode) { in TraverseType() function in clang::ast_matchers::internal::__anonf1db16cd0111::MatchChildASTVisitor
1243 bool MatchASTVisitor::TraverseType(QualType TypeNode) { in TraverseType() function in clang::ast_matchers::internal::__anonf1db16cd0111::MatchASTVisitor
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp143 bool TraverseType(QualType T) { in TraverseType() function in __anon534c240c0111::CollectUnexpandedParameterPacksVisitor
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp250 bool TraverseType(QualType T) { return true; } in TraverseType() function