Home
last modified time | relevance | path

Searched defs:TraverseStmt (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h136 bool TraverseStmt(Stmt *S) { return true; } in TraverseStmt() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h193 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function
H A DTransforms.cpp336 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function in __anon6ea8d1ff0211::ASTTransform
H A DObjCMT.cpp366 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anone6a48a4f0211::BodyMigrator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp237 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon553ad9a00111::TypeIndexer
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp112 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon489c473e0111::ASTSelectionFinder
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp178 bool TraverseStmt(Stmt *StmtNode, DataRecursionQueue *Queue = nullptr) { in TraverseStmt() function in clang::ast_matchers::internal::__anon55449d7d0111::MatchChildASTVisitor
1474 bool MatchASTVisitor::TraverseStmt(Stmt *StmtNode, DataRecursionQueue *Queue) { in TraverseStmt() function in clang::ast_matchers::internal::__anon55449d7d0111::MatchASTVisitor
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp707 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon77acdd980411::DiagnoseUnguardedAvailability
H A DSemaTemplateVariadic.cpp134 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon374794bc0111::CollectUnexpandedParameterPacksVisitor
H A DSemaTemplate.cpp3254 bool TraverseStmt(Stmt *S, DataRecursionQueue *Q = nullptr) { in TraverseStmt() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp239 bool TraverseStmt(Stmt *S) { in TraverseStmt() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp853 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anonbfd7a5230511::BuildTreeVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp396 bool TraverseStmt(const Stmt *S1, const Stmt *S2) { return true; } in TraverseStmt() function in __anonee1f930c0111::StmtComparer
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp165 bool TraverseStmt(Stmt *Node, DataRecursionQueue *Queue = nullptr) { in TraverseStmt() function in clang::ast_matchers::MatchDescendantVisitor