Searched refs:VAOptLoc (Results 1 – 1 of 1) sorted by relevance
127 SourceLocation VAOptLoc; variable149 VAOptLoc.isInvalid(); in isReset()161 VAOptLoc = SourceLocation(); in reset()201 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument203 assert(VAOptLoc.isFileID() && "Must not come from a macro expansion"); in sawVAOptFollowedByOpeningParens()206 this->VAOptLoc = VAOptLoc; in sawVAOptFollowedByOpeningParens()215 assert(VAOptLoc.isValid() && "__VA_OPT__ location must be valid"); in getVAOptLoc()216 return VAOptLoc; in getVAOptLoc()