Home
last modified time | relevance | path

Searched refs:VisitCompoundStmt (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp87 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon8879cf3e0111::EmptyChecker
164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon8879cf3e0111::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp163 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon6cdd62940211::AutoreleasePoolRewriter
H A DTransforms.cpp255 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon826ab2670111::RemovablesCollector
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp90 void VisitCompoundStmt (CompoundStmt *S);
204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h249 void VisitCompoundStmt(const CompoundStmt *Node);
H A DJSONNodeDumper.h321 void VisitCompoundStmt(const CompoundStmt *IS);
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
2176 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
2744 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, in VisitCompoundStmt() function in CFGBuilder
3241 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false); in VisitSEHFinallyStmt()
4259 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true); in VisitStmtExpr()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp451 bool VisitCompoundStmt(CompoundStmt *CS) { in VisitCompoundStmt() function in clang::tidy::readability::SimplifyBooleanExprCheck::Visitor
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1705 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in JSONNodeDumper
H A DTextNodeDumper.cpp2378 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in TextNodeDumper
H A DStmtProfile.cpp245 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
H A DStmtPrinter.cpp264 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
H A DASTImporter.cpp582 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
6357 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp81 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp151 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2092 void VisitCompoundStmt(const CompoundStmt *S);
2719 void EnqueueVisitor::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in EnqueueVisitor