Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseNullptrCheck.cpp122 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 DLoopConvertUtils.cpp39 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 DCallGraph.h136 bool TraverseStmt(Stmt *S) { return true; } TraverseStmt() function
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DFunctionSizeCheck.cpp38 bool TraverseStmt(Stmt *Node) { in TraverseStmt() function in clang::tidy::readability::__anonf1a5c3890111::FunctionASTVisitor
H A DFunctionCognitiveComplexityCheck.cpp361 bool TraverseStmt(Stmt *Node) { in TraverseStmt() function in clang::tidy::readability::__anoncf7864440111::FunctionASTVisitor
/llvm-project/clang/unittests/Tooling/
H A DLexicallyOrderedRecursiveASTVisitorTest.cpp67 bool LexicallyOrderedDeclVisitor::TraverseStmt(Stmt *S) { TraverseStmt() function in __anon69a958900111::LexicallyOrderedDeclVisitor
/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 __anon10b1afaa0211::ASTTransform
H A DObjCMT.cpp366 bool TraverseStmt(Stmt *S) { TraverseStmt() function in __anon54434a7a0211::BodyMigrator
/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp237 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon668094cb0111::TypeIndexer
/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp112 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anon5fd064090111::ASTSelectionFinder
/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp547 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 DASTMatchFinder.cpp178 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 DExtractFunction.cpp584 bool TraverseStmt(Stmt *S) { captureZoneInfo() function in clang::clangd::__anon9fca11920111::captureZoneInfo::ExtractionZoneVisitor
/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp778 bool TraverseStmt(Stmt *S) { TraverseStmt() function in __anon19b5bb430411::DiagnoseUnguardedAvailability
H A DSemaTemplateVariadic.cpp137 bool TraverseStmt(Stmt *S) { TraverseStmt() function in __anon488d4fe70111::CollectUnexpandedParameterPacksVisitor
[all...]
H A DSemaTemplate.cpp3803 bool TraverseStmt(Stmt *S, DataRecursionQueue *Q = nullptr) { TraverseStmt() function
/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp239 bool TraverseStmt(Stmt *S) { in TraverseStmt() function
/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp854 bool TraverseStmt(Stmt *S) { in TraverseStmt() function in __anonfe6d26ee0511::BuildTreeVisitor
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp406 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 DEasilySwappableParametersCheck.cpp1620 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 DXRefs.cpp1051 bool TraverseStmt(Stmt *S) { TraverseStmt() function in clang::clangd::__anon452263b60c11::FindControlFlow
/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp173 bool TraverseStmt(Stmt *Node, DataRecursionQueue *Queue = nullptr) { TraverseStmt() function in clang::ast_matchers::MatchDescendantVisitor