Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DTokenLexer.h208 void ExpandFunctionArguments();
H A DPreprocessor.h1897 friend void TokenLexer::ExpandFunctionArguments();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp84 ExpandFunctionArguments(); in Init()
239 void TokenLexer::ExpandFunctionArguments() { in ExpandFunctionArguments() function in TokenLexer