Searched refs:OptionLoc (Results 1 – 4 of 4) sorted by relevance
77 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local131 assert(OptionLoc && OptionLoc->getIdentifierInfo() && in handleLoopHintAttr()134 OptionLoc->getIdentifierInfo()->getName()) in handleLoopHintAttr()545 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local548 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()559 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
30 IdentifierLoc *OptionLoc = nullptr; member
2353 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
1415 Hint.OptionLoc = new (Actions.Context) in HandlePragmaLoopHint()