Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h380 SourceLocation KindKwLoc; variable
392 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc()
407 Kind(A), KindKwLoc(ALoc) {} in OMPDefaultClause()
414 KindKwLoc(SourceLocation()) {} in OMPDefaultClause()
425 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; } in getDefaultKindKwLoc()
450 SourceLocation KindKwLoc; variable
462 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc()
478 Kind(A), KindKwLoc(ALoc) {} in OMPProcBindClause()
485 KindKwLoc(SourceLocation()) {} in OMPProcBindClause()
496 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; } in getProcBindKindKwLoc()
/external/clang/lib/Sema/
DSemaOpenMP.cpp2121 SourceLocation KindKwLoc, in ActOnOpenMPDefaultClause() argument
2145 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultClause()
2151 DSAStack->setDefaultDSANone(KindKwLoc); in ActOnOpenMPDefaultClause()
2154 DSAStack->setDefaultDSAShared(KindKwLoc); in ActOnOpenMPDefaultClause()
2161 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDefaultClause()
2165 SourceLocation KindKwLoc, in ActOnOpenMPProcBindClause() argument
2187 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPProcBindClause()
2192 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPProcBindClause()
DTreeTransform.h1359 SourceLocation KindKwLoc, in RebuildOMPDefaultClause() argument
1363 return getSema().ActOnOpenMPDefaultClause(Kind, KindKwLoc, in RebuildOMPDefaultClause()
1372 SourceLocation KindKwLoc, in RebuildOMPProcBindClause() argument
1376 return getSema().ActOnOpenMPProcBindClause(Kind, KindKwLoc, in RebuildOMPProcBindClause()