Searched defs:shouldWalkTypesOfTypeLocs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ | ||
| H A D | ASTConsumers.cpp | 57 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon5e8766f00111::ASTPrinter |
| /freebsd/contrib/llvm-project/clang/lib/Index/ | ||
| H A D | IndexTypeSourceInfo.cpp | 45 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon05ca7ad80111::TypeIndexer |
| H A D | IndexBody.cpp | 39 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon1d8962c70111::BodyIndexer |
| /freebsd/contrib/llvm-project/clang/lib/AST/ | ||
| H A D | DynamicRecursiveASTVisitor.cpp | 100 bool shouldWalkTypesOfTypeLocs() const { in shouldWalkTypesOfTypeLocs() function |