Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCCalls.cpp35 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anonf75c4feb0111::GCCollectableCallsChecker
DTransforms.cpp253 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anonf56047990111::RemovablesCollector
334 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anonf56047990211::ASTTransform
DTransGCAttrs.cpp39 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon0d17146a0111::GCAttrsCollector
DObjCMT.cpp330 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/
DASTConsumers.cpp52 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/
DIndexTypeSourceInfo.cpp28 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon7fc33ef80111::TypeIndexer
DIndexBody.cpp29 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon79587ee70111::BodyIndexer
/external/clang/include/clang/Analysis/
DCallGraph.h123 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp335 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon8a9e53180211::AnalysisConsumer
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp46 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon919447560111::CollectUnexpandedParameterPacksVisitor
DAnalysisBasedWarnings.cpp1007 bool shouldWalkTypesOfTypeLocs() const { return false; } in shouldWalkTypesOfTypeLocs() function in __anon75d552dd0611::FallthroughMapper
/external/clang/include/clang/AST/
DDataRecursiveASTVisitor.h151 bool shouldWalkTypesOfTypeLocs() const { return true; } in shouldWalkTypesOfTypeLocs() function
965 if (getDerived().shouldWalkTypesOfTypeLocs()) \
DRecursiveASTVisitor.h144 bool shouldWalkTypesOfTypeLocs() const { return true; } in shouldWalkTypesOfTypeLocs() function
1030 if (getDerived().shouldWalkTypesOfTypeLocs()) \