Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp77 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local
131 assert(OptionLoc && OptionLoc->getIdentifierInfo() && in handleLoopHintAttr()
134 OptionLoc->getIdentifierInfo()->getName()) in handleLoopHintAttr()
545 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local
548 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
559 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DLoopHint.h30 IdentifierLoc *OptionLoc = nullptr; member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2353 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
H A DParsePragma.cpp1415 Hint.OptionLoc = new (Actions.Context) in HandlePragmaLoopHint()