Home
last modified time | relevance | path

Searched refs:VisitOMPAtomicDirective (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DStmtProfile.cpp517 void StmtProfiler::VisitOMPAtomicDirective(const OMPAtomicDirective *S) { in VisitOMPAtomicDirective() function in StmtProfiler
DStmtPrinter.cpp921 void StmtPrinter::VisitOMPAtomicDirective(OMPAtomicDirective *Node) { in VisitOMPAtomicDirective() function in StmtPrinter
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2024 void ASTStmtWriter::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective() function in ASTStmtWriter
DASTReaderStmt.cpp2195 void ASTStmtReader::VisitOMPAtomicDirective(OMPAtomicDirective *D) { in VisitOMPAtomicDirective() function in ASTStmtReader
/external/clang/tools/libclang/
DCIndex.cpp1884 void VisitOMPAtomicDirective(const OMPAtomicDirective *D);
2488 void EnqueueVisitor::VisitOMPAtomicDirective(const OMPAtomicDirective *D) { in VisitOMPAtomicDirective() function in EnqueueVisitor