/external/clang/lib/ARCMigrate/ |
D | TransGCCalls.cpp | 35 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anonf75c4feb0111::GCCollectableCallsChecker
|
D | Transforms.cpp | 253 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anonf56047990111::RemovablesCollector 334 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anonf56047990211::ASTTransform
|
D | TransGCAttrs.cpp | 39 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon0d17146a0111::GCAttrsCollector
|
D | ObjCMT.cpp | 330 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon04dd42e90211::ObjCMigrator 374 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon04dd42e90211::BodyMigrator 1709 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon04dd42e90311::SuperInitChecker
|
/external/clang/lib/Frontend/ |
D | ASTConsumers.cpp | 52 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon2cff17520111::ASTPrinter 112 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon2cff17520111::ASTDeclNodeLister
|
/external/clang/tools/libclang/ |
D | IndexTypeSourceInfo.cpp | 28 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon7fc33ef80111::TypeIndexer
|
D | IndexBody.cpp | 29 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon79587ee70111::BodyIndexer
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 123 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 335 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon8a9e53180211::AnalysisConsumer
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 46 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon919447560111::CollectUnexpandedParameterPacksVisitor
|
D | AnalysisBasedWarnings.cpp | 1007 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon75d552dd0611::FallthroughMapper
|
/external/clang/include/clang/AST/ |
D | DataRecursiveASTVisitor.h | 151 bool shouldWalkTypesOfTypeLocs() const { return true; } in shouldWalkTypesOfTypeLocs() function 965 if (getDerived().shouldWalkTypesOfTypeLocs()) \
|
D | RecursiveASTVisitor.h | 144 bool shouldWalkTypesOfTypeLocs() const { return true; } in shouldWalkTypesOfTypeLocs() function 1030 if (getDerived().shouldWalkTypesOfTypeLocs()) \
|