Home
last modified time | relevance | path

Searched refs:OMPClauseReader (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h76 friend class OMPClauseReader; variable
98 friend class OMPClauseReader; variable
122 friend class OMPClauseReader; variable
198 friend class OMPClauseReader; variable
281 friend class OMPClauseReader; variable
335 friend class OMPClauseReader; variable
393 friend class OMPClauseReader; variable
448 friend class OMPClauseReader; variable
503 friend class OMPClauseReader; variable
555 friend class OMPClauseReader; variable
[all …]
/external/clang/lib/Serialization/
DASTReaderStmt.cpp28 friend class OMPClauseReader;
1757 class OMPClauseReader : public OMPClauseVisitor<OMPClauseReader> { class
1763 OMPClauseReader(ASTStmtReader *R, ASTContext &C, in OMPClauseReader() function in clang::OMPClauseReader
1774 OMPClause *OMPClauseReader::readClause() { in readClause()
1941 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
1945 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
1950 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
1958 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
1963 void OMPClauseReader::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
1968 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
[all …]