Searched refs:setIsGNUVarargs (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h204 void setIsGNUVarargs() { IsGNUVarargs = true; } function in class:clang::MacroInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2397 MI->setIsGNUVarargs();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1758 if (isGNUVarArgs) MI->setIsGNUVarargs();

Completed in 135 milliseconds