Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DVariadicMacroSupport.h127 SourceLocation VAOptLoc; variable
149 VAOptLoc.isInvalid(); in isReset()
161 VAOptLoc = SourceLocation(); in reset()
201 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument
203 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()