Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11679 class OMPClauseReader : public OMPClauseVisitor<OMPClauseReader> { class
11684 OMPClauseReader(ASTRecordReader &Record) in OMPClauseReader() function in clang::OMPClauseReader
11697 return OMPClauseReader(*this).readClause(); in readOMPClause()
11700 OMPClause *OMPClauseReader::readClause() { in readClause()
11988 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
11993 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
11998 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
12007 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
12013 void OMPClauseReader::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
12019 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
[all …]