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

/external/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp35 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17697::GCCollectableCallsChecker
H A DTransforms.cpp253 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17706::RemovablesCollector
334 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17707::ASTTransform
H A DTransGCAttrs.cpp39 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17696::GCAttrsCollector
H A DObjCMT.cpp225 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17685::ObjCMigrator
262 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17685::BodyMigrator
1566 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17686::SuperInitChecker
/external/clang/tools/libclang/
H A DIndexBody.cpp29 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon19524::BodyIndexer
H A DIndexTypeSourceInfo.cpp28 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon19526::TypeIndexer
/external/clang/lib/Frontend/
H A DASTConsumers.cpp53 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17902::ASTPrinter
108 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17902::ASTDeclNodeLister
/external/clang/include/clang/Analysis/
H A DCallGraph.h123 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:clang::CallGraph
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp334 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon18287::AnalysisConsumer
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp46 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon18106::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp1012 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon17990::FallthroughMapper
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h151 bool shouldWalkTypesOfTypeLocs() const { return true; } function in class:clang::RecursiveASTVisitor
959 if (getDerived().shouldWalkTypesOfTypeLocs()) \
H A DRecursiveASTVisitor.h144 bool shouldWalkTypesOfTypeLocs() const { return true; } function in class:clang::RecursiveASTVisitor
1024 if (getDerived().shouldWalkTypesOfTypeLocs()) \

Completed in 208 milliseconds