Searched refs:VisitCompoundStmt (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp87 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon2681::EmptyChecker
164 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon2681::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp163 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon2679::AutoreleasePoolRewriter
H A DTransforms.cpp256 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon2692::RemovablesCollector
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp90 void VisitCompoundStmt (CompoundStmt *S);
204 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { function in class:WalkAST
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp552 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
2175 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed);
2709 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) { function in class:CFGBuilder
3133 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false);
4017 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp205 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { function in class:StmtPrinter
H A DStmtProfile.cpp240 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { function in class:StmtProfiler
H A DASTImporter.cpp556 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
5953 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTNodeImporter
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp150 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp81 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTStmtWriter

Completed in 129 milliseconds