Searched refs:VAOptLoc (Results 1 – 1 of 1) sorted by relevance
128 SourceLocation VAOptLoc; variable151 VAOptLoc.isInvalid(); in isReset()164 VAOptLoc = SourceLocation(); in reset()222 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument224 assert(VAOptLoc.isFileID() && "Must not come from a macro expansion"); in sawVAOptFollowedByOpeningParens()227 this->VAOptLoc = VAOptLoc; in sawVAOptFollowedByOpeningParens()236 assert(VAOptLoc.isValid() && "__VA_OPT__ location must be valid"); in getVAOptLoc()237 return VAOptLoc; in getVAOptLoc()