OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StateLoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
LoopHint.h
33
IdentifierLoc *
StateLoc
;
38
: PragmaNameLoc(nullptr), OptionLoc(nullptr),
StateLoc
(nullptr),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAttr.cpp
75
IdentifierLoc *
StateLoc
= A.getArgAsIdent(2);
137
assert((ValueExpr || (
StateLoc
&&
StateLoc
->Ident)) &&
141
if (
StateLoc
&&
StateLoc
->Ident &&
StateLoc
->Ident->isStr("scalable"))
158
assert(
StateLoc
&&
StateLoc
->Ident && "Loop hint must have an argument");
159
if (
StateLoc
->Ident->isStr("disable"))
161
else if (
StateLoc
->Ident->isStr("assume_safety")
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h
247
SourceLocation
StateLoc
, unsigned State) {
497
SourceLocation
StateLoc
, unsigned State) override {
498
First->PragmaOpenCLExtension(NameLoc, Name,
StateLoc
, State);
499
Second->PragmaOpenCLExtension(NameLoc, Name,
StateLoc
, State);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
1175
SourceLocation
StateLoc
= Toks[0].getLocation();
1198
Hint.
StateLoc
= IdentifierLoc::create(Actions.Context,
StateLoc
, StateInfo);
1204
SourceLocation
StateLoc
= Toks[0].getLocation();
1219
Hint.
StateLoc
=
1220
IdentifierLoc::create(Actions.Context,
StateLoc
, StateInfo);
1243
Hint.
StateLoc
=
1244
IdentifierLoc::create(Actions.Context,
StateLoc
, StateInfo);
2339
SourceLocation
StateLoc
= Tok.getLocation();
2357
Toks[0].setAnnotationEndLoc(
StateLoc
);
[
all
...]
ParseStmt.cpp
2232
ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.
StateLoc
,
Completed in 26 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026