Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmtAttr.cpp81 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local
134 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()
137 OptionLoc->Ident->getName()) in handleLoopHintAttr()
535 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local
538 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
549 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/
HDLoopHint.h30 IdentifierLoc *OptionLoc = nullptr; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseStmt.cpp2489 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
HDParsePragma.cpp1430 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()