Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1950 bool isGNUVarArgs = Record[NextIndex++]; in ReadMacroRecord() local
1960 if (isGNUVarArgs) MI->setIsGNUVarargs(); in ReadMacroRecord()