Searched refs:StateLoc (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DLoopHint.h33 IdentifierLoc *StateLoc; member in struct:clang::LoopHint
38 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp80 IdentifierLoc *StateLoc = A.getArgAsIdent(2); local
155 assert(StateLoc && StateLoc->Ident && "Loop hint must have an argument");
156 if (StateLoc->Ident->isStr("disable"))
158 else if (StateLoc->Ident->isStr("assume_safety"))
160 else if (StateLoc->Ident->isStr("full"))
162 else if (StateLoc->Ident->isStr("enable"))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h247 SourceLocation StateLoc, unsigned State) {
499 SourceLocation StateLoc, unsigned State) override {
500 First->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
501 Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
245 PragmaOpenCLExtension(SourceLocation NameLoc, const IdentifierInfo *Name, SourceLocation StateLoc, unsigned State) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1090 SourceLocation StateLoc = Toks[0].getLocation(); local
1113 Hint.StateLoc = IdentifierLoc::create(Actions.Context, StateLoc, StateInfo);
2168 SourceLocation StateLoc = Tok.getLocation(); local
2186 Toks[0].setAnnotationEndLoc(StateLoc);
2192 StateLoc, State);
H A DParseStmt.cpp2171 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc,

Completed in 176 milliseconds