/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseNullptrCheck.cpp | 122 bool TraverseStmt(Stmt *S) { TraverseStmt() function in clang::tidy::modernize::__anon9d42d0a90111::MacroArgUsageVisitor 199 bool TraverseStmt(Stmt *S) { TraverseStmt() function in clang::tidy::modernize::__anon9d42d0a90111::CastSequenceVisitor
|
H A D | LoopConvertUtils.cpp | 39 bool StmtAncestorASTVisitor::TraverseStmt(Stmt *Statement) { in TraverseStmt() function in clang::tidy::modernize::StmtAncestorASTVisitor 819 bool ForLoopIndexUseVisitor::TraverseStmt(Stmt *S) { TraverseStmt() function in clang::tidy::modernize::ForLoopIndexUseVisitor
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 136 bool TraverseStmt(Stmt *S) { return true; } TraverseStmt() function
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | FunctionSizeCheck.cpp | 38 bool TraverseStmt(Stmt *Node) { in TraverseStmt() function in clang::tidy::readability::__anonf1a5c3890111::FunctionASTVisitor
|
H A D | FunctionCognitiveComplexityCheck.cpp | 361 bool TraverseStmt(Stmt *Node) { in TraverseStmt() function in clang::tidy::readability::__anoncf7864440111::FunctionASTVisitor
|
/llvm-project/clang/unittests/Tooling/ |
H A D | LexicallyOrderedRecursiveASTVisitorTest.cpp | 67 bool LexicallyOrderedDeclVisitor::TraverseStmt(Stmt *S) { TraverseStmt() function in __anon69a958900111::LexicallyOrderedDeclVisitor
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.h | 193 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function
|
H A D | Transforms.cpp | 337 bool TraverseStmt(Stmt *rootS) { in TraverseStmt() function in __anon10b1afaa0211::ASTTransform
|
H A D | ObjCMT.cpp | 366 bool TraverseStmt(Stmt *S) { TraverseStmt() function in __anon54434a7a0211::BodyMigrator
|
/llvm-project/clang/lib/Index/ |
H A D | IndexTypeSourceInfo.cpp | 237 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon668094cb0111::TypeIndexer
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 112 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon5fd064090111::ASTSelectionFinder
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | Modularize.cpp | 547 bool TraverseStmt(Stmt *S) { return true; } TraverseStmt() function in CollectEntitiesVisitor 733 bool TraverseStmt(Stmt *S) { return true; } TraverseStmt() function in CompileCheckVisitor
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 178 bool TraverseStmt(Stmt *StmtNode, DataRecursionQueue *Queue = nullptr) { in TraverseStmt() function in clang::ast_matchers::internal::__anon8f41be080111::MatchChildASTVisitor 1474 bool MatchASTVisitor::TraverseStmt(Stmt *StmtNode, DataRecursionQueue *Queue) { TraverseStmt() function in clang::ast_matchers::internal::__anon8f41be080111::MatchASTVisitor [all...] |
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExtractFunction.cpp | 584 bool TraverseStmt(Stmt *S) { captureZoneInfo() function in clang::clangd::__anon9fca11920111::captureZoneInfo::ExtractionZoneVisitor
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 778 bool TraverseStmt(Stmt *S) { TraverseStmt() function in __anon19b5bb430411::DiagnoseUnguardedAvailability
|
H A D | SemaTemplateVariadic.cpp | 137 bool TraverseStmt(Stmt *S) { TraverseStmt() function in __anon488d4fe70111::CollectUnexpandedParameterPacksVisitor [all...] |
H A D | SemaTemplate.cpp | 3803 bool TraverseStmt(Stmt *S, DataRecursionQueue *Q = nullptr) { TraverseStmt() function
|
/llvm-project/clang/lib/Tooling/ASTDiff/ |
H A D | ASTDiff.cpp | 239 bool TraverseStmt(Stmt *S) { in TraverseStmt() function
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 854 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anonfe6d26ee0511::BuildTreeVisitor
|
/llvm-project/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 406 bool TraverseStmt(const Stmt *S1, const Stmt *S2) { return true; } in TraverseStmt() function in __anon9be702570111::StmtComparer [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 1620 bool TraverseStmt(Stmt *S, DataRecursionQueue *Queue = nullptr) { in TraverseStmt() function in clang::tidy::bugprone::filter::relatedness_heuristic::AppearsInSameExpr
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | XRefs.cpp | 1051 bool TraverseStmt(Stmt *S) { TraverseStmt() function in clang::clangd::__anon452263b60c11::FindControlFlow
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 173 bool TraverseStmt(Stmt *Node, DataRecursionQueue *Queue = nullptr) { TraverseStmt() function in clang::ast_matchers::MatchDescendantVisitor
|