Searched refs:VisitOMPForSimdDirective (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | StmtProfile.cpp | 453 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { function in class:StmtProfiler |
H A D | StmtPrinter.cpp | 839 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { function in class:StmtPrinter |
/external/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1869 void VisitOMPForSimdDirective(const OMPForSimdDirective *D); 2423 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { function in class:EnqueueVisitor |
/external/clang/lib/Serialization/ | ||
H A D | ASTReaderStmt.cpp | 2110 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { function in class:ASTStmtReader |
H A D | ASTWriterStmt.cpp | 1960 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { function in class:ASTStmtWriter |
Completed in 78 milliseconds