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

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

Completed in 210 milliseconds