Home
last modified time | relevance | path

Searched refs:VAOptLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DVariadicMacroSupport.h124 SourceLocation VAOptLoc; variable
147 VAOptLoc.isInvalid(); in isReset()
160 VAOptLoc = SourceLocation(); in reset()
218 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument
220 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()