Home
last modified time | relevance | path

Searched defs:OMPClause (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h48 class OMPClause; variable
/external/clang/include/clang/AST/
DOpenMPClause.h41 OMPClause(OpenMPClauseKind K, SourceLocation StartLoc, SourceLocation EndLoc) in OMPClause() function
70 static bool classof(const OMPClause *) { return true; } in classof()
/external/clang/include/clang/Sema/
DSema.h150 class OMPClause; variable