Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp80 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local
126 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()
129 OptionLoc->Ident->getName()) in handleLoopHintAttr()
516 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local
519 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
530 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DLoopHint.h30 IdentifierLoc *OptionLoc = nullptr; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2474 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
H A DParsePragma.cpp1422 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()