Searched refs:OptionLoc (Results 1 – 4 of 4) sorted by relevance
30 IdentifierLoc *OptionLoc; member38 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr), in LoopHint()
74 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local120 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()123 OptionLoc->Ident->getName()) in handleLoopHintAttr()334 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local337 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()348 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
2232 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
1117 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()