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:__anon794::GCCollectableCallsChecker
H A DTransforms.cpp253 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon803::RemovablesCollector
334 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon804::ASTTransform
H A DTransGCAttrs.cpp39 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon793::GCAttrsCollector
H A DObjCMT.cpp330 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon782::ObjCMigrator
374 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon782::BodyMigrator
1709 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon783::SuperInitChecker
/external/clang/tools/libclang/
H A DIndexBody.cpp29 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon2789::BodyIndexer
H A DIndexTypeSourceInfo.cpp28 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon2791::TypeIndexer
/external/clang/lib/Frontend/
H A DASTConsumers.cpp52 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon1030::ASTPrinter
112 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon1030::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.cpp335 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon1427::AnalysisConsumer
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp46 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon1238::CollectUnexpandedParameterPacksVisitor
H A DAnalysisBasedWarnings.cpp1007 bool shouldWalkTypesOfTypeLocs() const { return false; } function in class:__anon1121::FallthroughMapper
/external/clang/include/clang/AST/
H A DDataRecursiveASTVisitor.h151 bool shouldWalkTypesOfTypeLocs() const { return true; } function in class:clang::RecursiveASTVisitor
965 if (getDerived().shouldWalkTypesOfTypeLocs()) \
H A DRecursiveASTVisitor.h144 bool shouldWalkTypesOfTypeLocs() const { return true; } function in class:clang::RecursiveASTVisitor
1030 if (getDerived().shouldWalkTypesOfTypeLocs()) \

Completed in 370 milliseconds