Searched refs:OptionLoc (Results 1 – 4 of 4) sorted by relevance
49 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local77 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()79 IdentifierInfo *OptionInfo = OptionLoc->Ident; in handleLoopHintAttr()172 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local175 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()185 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
31 IdentifierLoc *OptionLoc; member39 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr), in LoopHint()
1840 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
780 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()