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

/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp87 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon220::EmptyChecker
164 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon220::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp163 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon252::AutoreleasePoolRewriter
H A DTransforms.cpp255 bool VisitCompoundStmt(CompoundStmt *S) { function in class:__anon255::RemovablesCollector
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h257 void VisitCompoundStmt(const CompoundStmt *Node);
H A DJSONNodeDumper.h335 void VisitCompoundStmt(const CompoundStmt *IS);
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp89 void VisitCompoundStmt (CompoundStmt *S);
203 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { function in class:WalkAST
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp567 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
2244 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed);
2811 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, function in class:CFGBuilder
3308 return VisitCompoundStmt(FS->getBlock(), /*ExternallyDestructed=*/false);
4329 return VisitCompoundStmt(SE->getSubStmt(), /*ExternallyDestructed=*/true);
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2612 void TextNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { function in class:TextNodeDumper
H A DStmtProfile.cpp261 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { function in class:StmtProfiler
H A DStmtPrinter.cpp266 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { function in class:StmtPrinter
H A DJSONNodeDumper.cpp1810 void JSONNodeDumper::VisitCompoundStmt(const CompoundStmt *S) { function in class:JSONNodeDumper
H A DASTImporter.cpp534 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
6742 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTNodeImporter
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp138 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp153 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { function in class:ASTStmtReader
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6224 bool VisitCompoundStmt(CompoundStmt *B) { return false; } function in struct:ImmediateCallVisitor

Completed in 475 milliseconds