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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h872 SourceLocation KindKwLoc; member in class:clang::OMPDefaultClause
882 void setDefaultKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
896 Kind(A), KindKwLoc(ALoc) {}
912 SourceLocation getDefaultKindKwLoc() const { return KindKwLoc; }
952 SourceLocation KindKwLoc; member in class:clang::OMPProcBindClause
962 void setProcBindKindKwLoc(SourceLocation KLoc) { KindKwLoc = KLoc; }
977 Kind(A), KindKwLoc(ALoc) {}
993 SourceLocation getProcBindKindKwLoc() const { return KindKwLoc; }
1203 SourceLocation KindKwLoc; member in class:clang::final
1216 KindKwLoc
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11953 SourceLocation KindKwLoc,
11960 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
11968 DSAStack->setDefaultDSANone(KindKwLoc);
11971 DSAStack->setDefaultDSAShared(KindKwLoc);
11978 OMPDefaultClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
11982 SourceLocation KindKwLoc,
11987 Diag(KindKwLoc, diag::err_omp_unexpected_clause_value)
11995 OMPProcBindClause(Kind, KindKwLoc, StartLoc, LParenLoc, EndLoc);
11999 OpenMPAtomicDefaultMemOrderClauseKind Kind, SourceLocation KindKwLoc,
12002 Diag(KindKwLoc, dia
[all...]
H A DTreeTransform.h1614 SourceLocation KindKwLoc,
1618 return getSema().ActOnOpenMPDefaultClause(Kind, KindKwLoc,
1627 SourceLocation KindKwLoc,
1631 return getSema().ActOnOpenMPProcBindClause(Kind, KindKwLoc,
1613 RebuildOMPDefaultClause(OpenMPDefaultClauseKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument
1626 RebuildOMPProcBindClause(ProcBindKind Kind, SourceLocation KindKwLoc, SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) argument

Completed in 300 milliseconds