Searched refs:OptionLoc (Results 1 – 4 of 4) sorted by relevance
59 IdentifierLoc *OptionLoc = A.getArgAsIdent(1); in handleLoopHintAttr() local100 assert(OptionLoc && OptionLoc->Ident && in handleLoopHintAttr()103 OptionLoc->Ident->getName()) in handleLoopHintAttr()204 SourceLocation OptionLoc = LH->getRange().getBegin(); in CheckForIncompatibleAttributes() local207 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()218 S.Diag(OptionLoc, diag::err_pragma_loop_compatibility) in CheckForIncompatibleAttributes()
31 IdentifierLoc *OptionLoc; member39 : PragmaNameLoc(nullptr), OptionLoc(nullptr), StateLoc(nullptr), in LoopHint()
1918 ArgsUnion ArgHints[] = {Hint.PragmaNameLoc, Hint.OptionLoc, Hint.StateLoc, in ParsePragmaLoopHint()
807 Hint.OptionLoc = IdentifierLoc::create( in HandlePragmaLoopHint()