Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10379 OMPClause *readClause();
10387 return OMPClauseReader(*this).readClause(); in readOMPClause()
10390 OMPClause *OMPClauseReader::readClause() { in readClause() function in OMPClauseReader