Home
last modified time | relevance | path

Searched refs:shouldWalkTypesOfTypeLocs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp57 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon5e8766f00111::ASTPrinter
151 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon5e8766f00111::ASTDeclNodeLister
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp45 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon05ca7ad80111::TypeIndexer
H A DIndexBody.cpp39 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon1d8962c70111::BodyIndexer
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp100 bool shouldWalkTypesOfTypeLocs() const { in shouldWalkTypesOfTypeLocs() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h175 bool shouldWalkTypesOfTypeLocs() const { return true; }
1227 if (getDerived().shouldWalkTypesOfTypeLocs()) \
1233 if (getDerived().shouldWalkTypesOfTypeLocs()) \