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