Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp89 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anoneda57f1d0111::EmptyChecker
166 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anoneda57f1d0111::EmptyStatementsRemover
H A DTransAutoreleasePool.cpp164 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon760edfb30211::AutoreleasePoolRewriter
H A DTransforms.cpp257 bool VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in __anon0f446cc60111::RemovablesCollector
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp86 void VisitCompoundStmt (CompoundStmt *S);
174 void WalkAST::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in WalkAST
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp528 CFGBlock *VisitCompoundStmt(CompoundStmt *C);
2034 return VisitCompoundStmt(cast<CompoundStmt>(S)); in Visit()
2537 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C) { in VisitCompoundStmt() function in CFGBuilder
2948 return VisitCompoundStmt(FS->getBlock()); in VisitSEHFinallyStmt()
3810 return VisitCompoundStmt(SE->getSubStmt()); in VisitStmtExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp241 void StmtProfiler::VisitCompoundStmt(const CompoundStmt *S) { in VisitCompoundStmt() function in StmtProfiler
H A DStmtPrinter.cpp205 void StmtPrinter::VisitCompoundStmt(CompoundStmt *Node) { in VisitCompoundStmt() function in StmtPrinter
H A DASTImporter.cpp515 ExpectedStmt VisitCompoundStmt(CompoundStmt *S);
5635 ExpectedStmt ASTNodeImporter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTNodeImporter
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp80 void ASTStmtWriter::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp160 void ASTStmtReader::VisitCompoundStmt(CompoundStmt *S) { in VisitCompoundStmt() function in ASTStmtReader