Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DVariadicMacroSupport.h124 SourceLocation VAOptLoc; variable
152 VAOptLoc.isInvalid(); in isReset()
165 VAOptLoc = SourceLocation(); in reset()
223 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument
225 assert(VAOptLoc.isFileID() && "Must not come from a macro expansion"); in sawVAOptFollowedByOpeningParens()
228 this->VAOptLoc = VAOptLoc; in sawVAOptFollowedByOpeningParens()
237 assert(VAOptLoc.isValid() && "__VA_OPT__ location must be valid"); in getVAOptLoc()
238 return VAOptLoc; in getVAOptLoc()