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
355 friend class OMPClauseReader; variable
389 friend class OMPClauseReader; variable
433 friend class OMPClauseReader; variable
528 friend class OMPClauseReader; variable
631 friend class OMPClauseReader; variable
677 friend class OMPClauseReader; variable
722 friend class OMPClauseReader; variable
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10369 class OMPClauseReader : public OMPClauseVisitor<OMPClauseReader> { class
10374 OMPClauseReader(ASTRecordReader &Record) in OMPClauseReader() function in clang::OMPClauseReader
10387 return OMPClauseReader(*this).readClause(); in readOMPClause()
10390 OMPClause *OMPClauseReader::readClause() { in readClause()
10732 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) { in VisitOMPClauseWithPreInit()
10737 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) { in VisitOMPClauseWithPostUpdate()
10742 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
10751 void OMPClauseReader::VisitOMPFinalClause(OMPFinalClause *C) { in VisitOMPFinalClause()
10757 void OMPClauseReader::VisitOMPNumThreadsClause(OMPNumThreadsClause *C) { in VisitOMPNumThreadsClause()
10763 void OMPClauseReader::VisitOMPSafelenClause(OMPSafelenClause *C) { in VisitOMPSafelenClause()
[all …]