Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h196 friend class OMPClauseReader; variable
234 friend class OMPClauseReader; variable
276 friend class OMPClauseReader; variable
409 friend class OMPClauseReader; variable
443 friend class OMPClauseReader; variable
488 friend class OMPClauseReader; variable
677 friend class OMPClauseReader; variable
780 friend class OMPClauseReader; variable
826 friend class OMPClauseReader; variable
892 friend class OMPClauseReader; variable
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11056 class OMPClauseReader : public OMPClauseVisitor<OMPClauseReader> { class
11061 OMPClauseReader(ASTRecordReader &Record) in OMPClauseReader() function in clang::OMPClauseReader
11074 return OMPClauseReader(*this).readClause(); in readOMPClause()
11077 OMPClause *OMPClauseReader::readClause() { in readClause()
11452 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
11457 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
11462 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
11471 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
11477 void OMPClauseReader::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
11485 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
[all …]