Searched refs:OptionLoc (Results 1 – 3 of 3) sorted by relevance
81 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local134 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()137 OptionLoc->Ident->getName()) in handleLoopHintAttr()535 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local538 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()549 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
2489 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
1430 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()