OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KindKwLoc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h
975
SourceLocation
KindKwLoc
;
985
void setDefaultKindKwLoc(SourceLocation KLoc) {
KindKwLoc
= KLoc; }
999
LParenLoc(LParenLoc), Kind(A),
KindKwLoc
(ALoc) {}
1016
SourceLocation getDefaultKindKwLoc() const { return
KindKwLoc
; }
1056
SourceLocation
KindKwLoc
;
1066
void setProcBindKindKwLoc(SourceLocation KLoc) {
KindKwLoc
= KLoc; }
1081
LParenLoc(LParenLoc), Kind(A),
KindKwLoc
(ALoc) {}
1098
SourceLocation getProcBindKindKwLoc() const { return
KindKwLoc
; }
1311
SourceLocation
KindKwLoc
;
1324
KindKwLoc
= KLoc
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
14168
SourceLocation
KindKwLoc
,
14173
Diag(
KindKwLoc
, diag::err_omp_unexpected_clause_value)
14182
DSAStack->setDefaultDSANone(
KindKwLoc
);
14185
DSAStack->setDefaultDSAShared(
KindKwLoc
);
14188
DSAStack->setDefaultDSAFirstPrivate(
KindKwLoc
);
14195
OMPDefaultClause(Kind,
KindKwLoc
, StartLoc, LParenLoc, EndLoc);
14199
SourceLocation
KindKwLoc
,
14204
Diag(
KindKwLoc
, diag::err_omp_unexpected_clause_value)
14216
Diag(
KindKwLoc
, diag::err_omp_unexpected_clause_value)
14223
OMPProcBindClause(Kind,
KindKwLoc
, StartLoc, LParenLoc, EndLoc)
[
all
...]
TreeTransform.h
1661
OMPClause *RebuildOMPDefaultClause(DefaultKind Kind, SourceLocation
KindKwLoc
,
1665
return getSema().ActOnOpenMPDefaultClause(Kind,
KindKwLoc
,
1674
SourceLocation
KindKwLoc
,
1678
return getSema().ActOnOpenMPProcBindClause(Kind,
KindKwLoc
,
2165
SourceLocation
KindKwLoc
,
2169
return getSema().ActOnOpenMPOrderClause(Kind,
KindKwLoc
, StartLoc,
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026