Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.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/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp2489 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
H A DParsePragma.cpp1430 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()