Searched defs:KindKwLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h561 SourceLocation KindKwLoc; member in class:clang::OMPDefaultClause
573 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
588 Kind(A), KindKwLoc(ALoc) {}
595 KindKwLoc(SourceLocation()) {}
606 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; }
633 SourceLocation KindKwLoc; member in class:clang::OMPProcBindClause
645 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
661 Kind(A), KindKwLoc(ALoc) {}
668 KindKwLoc(SourceLocation()) {}
679 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; }
[all...]
/external/clang/lib/Sema/
H A DTreeTransform.h1468 SourceLocation KindKwLoc,
1472 return getSema().ActOnOpenMPDefaultClause(Kind, KindKwLoc,
1481 SourceLocation KindKwLoc,
1485 return getSema().ActOnOpenMPProcBindClause(Kind, KindKwLoc,
1467 RebuildOMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
1480 RebuildOMPProcBindClause(OpenMPProcBindClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument

Completed in 150 milliseconds