Searched refs:ConstStmtVisitor (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp35 : public ConstStmtVisitor<CastedAllocFinder, TypeCallPair> {
112 class SizeofFinder : public ConstStmtVisitor<SizeofFinder> {
H A DDirectIvarAssignment.cpp61 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> {
H A DIvarInvalidationChecker.cpp102 class MethodCrawler : public ConstStmtVisitor<MethodCrawler> {
/external/clang/include/clang/AST/
H A DStmtVisitor.h10 // This file defines the StmtVisitor and ConstStmtVisitor interfaces.
174 /// ConstStmtVisitor).
179 /// ConstStmtVisitor - This class implements a simple visitor for Stmt
185 class ConstStmtVisitor class in namespace:clang
/external/clang/lib/AST/
H A DASTDumper.cpp92 : public ConstDeclVisitor<ASTDumper>, public ConstStmtVisitor<ASTDumper>,
1512 ConstStmtVisitor<ASTDumper>::Visit(S);
H A DStmtProfile.cpp26 class StmtProfiler : public ConstStmtVisitor<StmtProfiler> {
H A DExprConstant.cpp3791 : public ConstStmtVisitor<Derived, bool> {
3841 typedef ConstStmtVisitor<Derived, bool> StmtVisitorTy;
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp358 struct ComputeRegionCounts : public ConstStmtVisitor<ComputeRegionCounts> {
/external/clang/lib/Analysis/
H A DConsumed.cpp456 class ConsumedStmtVisitor : public ConstStmtVisitor<ConsumedStmtVisitor> {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp695 class LocalVarRefChecker : public ConstStmtVisitor<LocalVarRefChecker, bool> {
/external/clang/tools/libclang/
H A DCIndex.cpp1805 class EnqueueVisitor : public ConstStmtVisitor<EnqueueVisitor, void> {

Completed in 205 milliseconds