Searched refs:VisitOMPAtomicDirective (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 1029 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { function in class:StmtPrinter |
H A D | StmtProfile.cpp | 575 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { function in class:StmtProfiler |
/external/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 1941 void VisitOMPAtomicDirective(const OMPAtomicDirective *D); 2605 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { function in class:EnqueueVisitor |
/external/clang/lib/Serialization/ | ||
H A D | ASTReaderStmt.cpp | 2406 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { function in class:ASTStmtReader |
H A D | ASTWriterStmt.cpp | 2177 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { function in class:ASTStmtWriter |
Completed in 59 milliseconds