Searched refs:ActOnOpenMPDependClause (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8065 Res = ActOnOpenMPDependClause(DepKind, DepLinMapLoc, ColonLoc, VarList, in ActOnOpenMPVarListClause() 10120 Sema::ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, in ActOnOpenMPDependClause() function in Sema
|
D | TreeTransform.h | 1652 return getSema().ActOnOpenMPDependClause(DepKind, DepLoc, ColonLoc, VarList, in RebuildOMPDependClause()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8435 ActOnOpenMPDependClause(OpenMPDependClauseKind DepKind, SourceLocation DepLoc,
|