Home
last modified time | relevance | path

Searched defs:TraverseStmt (Results 1 – 12 of 12) 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.cpp337 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function in __anon26e897370211::ASTTransform
H A DObjCMT.cpp366 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anonac2273870211::BodyMigrator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp237 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon05ca7ad80111::TypeIndexer
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp112 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anonf79359760111::ASTSelectionFinder
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp784 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon2feca2d00411::DiagnoseUnguardedAvailability
H A DSemaTemplateVariadic.cpp137 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anone7d735f40111::CollectUnexpandedParameterPacksVisitor
H A DSemaTemplate.cpp2586 bool TraverseStmt(Stmt *S, DataRecursionQueue *Q = nullptr) { in TraverseStmt() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp854 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon6fdbff5b0511::BuildTreeVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp406 bool TraverseStmt(const Stmt *S1, const Stmt *S2) { return true; } in TraverseStmt() function in __anon60b649440111::StmtComparer
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp173 bool TraverseStmt(Stmt *Node, DataRecursionQueue *Queue = nullptr) { in TraverseStmt() function in clang::ast_matchers::MatchDescendantVisitor