Home
last modified time | relevance | path

Searched refs:OMPClauseReader (Results 1 – 4 of 4) 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 …]
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h112 friend class OMPClauseReader; variable
150 friend class OMPClauseReader; variable
192 friend class OMPClauseReader; variable
270 friend class OMPClauseReader; variable
335 friend class OMPClauseReader; variable
430 friend class OMPClauseReader; variable
531 friend class OMPClauseReader; variable
600 friend class OMPClauseReader; variable
677 friend class OMPClauseReader; variable
743 friend class OMPClauseReader; variable
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11815 class OMPClauseReader : public OMPClauseVisitor<OMPClauseReader> { class
11820 OMPClauseReader(ASTRecordReader &Record) in OMPClauseReader() function in clang::OMPClauseReader
11833 return OMPClauseReader(*this).readClause(); in readOMPClause()
11836 OMPClause *OMPClauseReader::readClause() { in readClause()
12104 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
12109 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
12114 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
12123 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
12129 void OMPClauseReader::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
12135 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
[all …]