Searched defs:VisitOMPUnrollDirective (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 2437 void ASTStmtWriter::VisitOMPUnrollDirective(OMPUnrollDirective *D) { VisitOMPUnrollDirective() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 2437 void ASTStmtReader::VisitOMPUnrollDirective(OMPUnrollDirective *D) { VisitOMPUnrollDirective() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 761 void StmtPrinter::VisitOMPUnrollDirective(OMPUnrollDirective *Node) { VisitOMPUnrollDirective() function in StmtPrinter |
H A D | StmtProfile.cpp | 984 void StmtProfiler::VisitOMPUnrollDirective(const OMPUnrollDirective *S) { VisitOMPUnrollDirective() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 3227 void EnqueueVisitor::VisitOMPUnrollDirective(const OMPUnrollDirective *D) { VisitOMPUnrollDirective() function in EnqueueVisitor |