Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h524 SourceLocation KindKwLoc; variable
536 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc()
551 Kind(A), KindKwLoc(ALoc) {} in OMPDefaultClause()
558 KindKwLoc(SourceLocation()) {} in OMPDefaultClause()
569 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; } in getDefaultKindKwLoc()
596 SourceLocation KindKwLoc; variable
608 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc()
624 Kind(A), KindKwLoc(ALoc) {} in OMPProcBindClause()
631 KindKwLoc(SourceLocation()) {} in OMPProcBindClause()
642 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; } in getProcBindKindKwLoc()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5909 SourceLocation KindKwLoc, in ActOnOpenMPDefaultClause() argument
5933 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultClause()
5939 DSAStack->setDefaultDSANone(KindKwLoc); in ActOnOpenMPDefaultClause()
5942 DSAStack->setDefaultDSAShared(KindKwLoc); in ActOnOpenMPDefaultClause()
5949 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDefaultClause()
5953 SourceLocation KindKwLoc, in ActOnOpenMPProcBindClause() argument
5975 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPProcBindClause()
5980 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPProcBindClause()
DTreeTransform.h1456 SourceLocation KindKwLoc, in RebuildOMPDefaultClause() argument
1460 return getSema().ActOnOpenMPDefaultClause(Kind, KindKwLoc, in RebuildOMPDefaultClause()
1469 SourceLocation KindKwLoc, in RebuildOMPProcBindClause() argument
1473 return getSema().ActOnOpenMPProcBindClause(Kind, KindKwLoc, in RebuildOMPProcBindClause()