Searched defs:KindKwLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1018 SourceLocation KindKwLoc; global() variable 1099 SourceLocation KindKwLoc; global() variable 1334 SourceLocation KindKwLoc; global() variable 1422 SourceLocation KindKwLoc; global() variable 1501 SourceLocation KindKwLoc; global() variable 7862 SourceLocation KindKwLoc; global() variable [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16282 ActOnOpenMPDefaultClause(DefaultKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPDefaultClause() argument 16316 ActOnOpenMPProcBindClause(ProcBindKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPProcBindClause() argument 16344 ActOnOpenMPAtomicDefaultMemOrderClause(OpenMPAtomicDefaultMemOrderClauseKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPAtomicDefaultMemOrderClause() argument 16359 ActOnOpenMPAtClause(OpenMPAtClauseKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPAtClause() argument 16375 ActOnOpenMPSeverityClause(OpenMPSeverityClauseKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPSeverityClause() argument 16444 ActOnOpenMPUpdateClause(OpenMPDependClauseKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) ActOnOpenMPUpdateClause() argument [all...] |
H A D | TreeTransform.h | 1789 RebuildOMPDefaultClause(DefaultKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPDefaultClause() argument 1802 RebuildOMPProcBindClause(ProcBindKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) RebuildOMPProcBindClause() argument 2307 RebuildOMPOrderClause(OpenMPOrderClauseKind Kind,SourceLocation KindKwLoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPOrderClauseModifier Modifier,SourceLocation ModifierKwLoc) RebuildOMPOrderClause() argument
|