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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp81 IdentifierLoc *StateLoc = A.getArgAsIdent(2); local
156 assert(StateLoc && StateLoc->Ident && "Loop hint must have an argument");
157 if (StateLoc->Ident->isStr("disable"))
159 else if (StateLoc->Ident->isStr("assume_safety"))
161 else if (StateLoc->Ident->isStr("full"))
163 else if (StateLoc->Ident->isStr("enable"))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h247 SourceLocation StateLoc, unsigned State) {
497 SourceLocation StateLoc, unsigned State) override {
498 First->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
499 Second->PragmaOpenCLExtension(NameLoc, Name, StateLoc, State);
245 PragmaOpenCLExtension(SourceLocation NameLoc, const IdentifierInfo *Name, SourceLocation StateLoc, unsigned State) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1142 SourceLocation StateLoc = Toks[0].getLocation(); local
1165 Hint.StateLoc = IdentifierLoc::create(Actions.Context, StateLoc, StateInfo);
2222 SourceLocation StateLoc = Tok.getLocation(); local
2240 Toks[0].setAnnotationEndLoc(StateLoc);
2246 StateLoc, State);
H A DParseStmt.cpp2198 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc,

Completed in 181 milliseconds