Home
last modified time | relevance | path

Searched defs:VisitAttributedStmt (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h652 void VisitAttributedStmt(const AttributedStmt *Node) { in VisitAttributedStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp125 void ASTStmtWriter::VisitAttributedStmt(AttributedStmt *S) { in VisitAttributedStmt() function in ASTStmtWriter
H A DASTReaderStmt.cpp197 void ASTStmtReader::VisitAttributedStmt(AttributedStmt *S) { in VisitAttributedStmt() function in ASTStmtReader
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1169 bool VisitAttributedStmt(AttributedStmt *S) { in VisitAttributedStmt() function in __anondf82a8a60811::FallthroughMapper
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp229 void StmtPrinter::VisitAttributedStmt(AttributedStmt *Node) { in VisitAttributedStmt() function in StmtPrinter
H A DStmtProfile.cpp258 void StmtProfiler::VisitAttributedStmt(const AttributedStmt *S) { in VisitAttributedStmt() function in StmtProfiler
H A DASTImporter.cpp6182 ExpectedStmt ASTNodeImporter::VisitAttributedStmt(AttributedStmt *S) { in VisitAttributedStmt() function in ASTNodeImporter