Searched refs:VAOptLoc (Results 1 – 1 of 1) sorted by relevance
124 SourceLocation VAOptLoc; variable152 VAOptLoc.isInvalid(); in isReset()165 VAOptLoc = SourceLocation(); in reset()223 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument225 assert(VAOptLoc.isFileID() && "Must not come from a macro expansion"); in sawVAOptFollowedByOpeningParens()228 this->VAOptLoc = VAOptLoc; in sawVAOptFollowedByOpeningParens()237 assert(VAOptLoc.isValid() && "__VA_OPT__ location must be valid"); in getVAOptLoc()238 return VAOptLoc; in getVAOptLoc()