Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h561 SourceLocation KindKwLoc; variable
573 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setDefaultKindKwLoc()
588 Kind(A), KindKwLoc(ALoc) {} in OMPDefaultClause()
595 KindKwLoc(SourceLocation()) {} in OMPDefaultClause()
606 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; } in getDefaultKindKwLoc()
633 SourceLocation KindKwLoc; variable
645 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; } in setProcBindKindKwLoc()
661 Kind(A), KindKwLoc(ALoc) {} in OMPProcBindClause()
668 KindKwLoc(SourceLocation()) {} in OMPProcBindClause()
679 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; } in getProcBindKindKwLoc()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7645 SourceLocation KindKwLoc, in ActOnOpenMPDefaultClause() argument
7652 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultClause()
7660 DSAStack->setDefaultDSANone(KindKwLoc); in ActOnOpenMPDefaultClause()
7663 DSAStack->setDefaultDSAShared(KindKwLoc); in ActOnOpenMPDefaultClause()
7670 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPDefaultClause()
7674 SourceLocation KindKwLoc, in ActOnOpenMPProcBindClause() argument
7679 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPProcBindClause()
7686 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc); in ActOnOpenMPProcBindClause()
DTreeTransform.h1468 SourceLocation KindKwLoc, in RebuildOMPDefaultClause() argument
1472 return getSema().ActOnOpenMPDefaultClause(Kind, KindKwLoc, in RebuildOMPDefaultClause()
1481 SourceLocation KindKwLoc, in RebuildOMPProcBindClause() argument
1485 return getSema().ActOnOpenMPProcBindClause(Kind, KindKwLoc, in RebuildOMPProcBindClause()