Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h128 SourceLocation VAOptLoc; variable
151 VAOptLoc.isInvalid(); in isReset()
164 VAOptLoc = SourceLocation(); in reset()
222 void sawVAOptFollowedByOpeningParens(const SourceLocation VAOptLoc, in sawVAOptFollowedByOpeningParens() argument
224 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()