Home
last modified time | relevance | path

Searched refs:OptionLoc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DLoopHint.h30 IdentifierLoc *OptionLoc; member
38 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr), in LoopHint()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAttr.cpp75 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local
121 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()
124 OptionLoc->Ident->getName()) in handleLoopHintAttr()
396 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local
399 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
410 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp2410 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
H A DParsePragma.cpp1323 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()