Searched refs:getPreExpArgument (Results 1 – 4 of 4) sorted by relevance
91 getPreExpArgument(unsigned Arg, Preprocessor &PP);
141 return getPreExpArgument(VariadicArgIndex, PP).front().isNot(tok::eof); in invokedWithVariadicArgument()161 const std::vector<Token> &MacroArgs::getPreExpArgument(unsigned Arg, in getPreExpArgument() function in MacroArgs
455 ResultArgToks = &ActualArgs->getPreExpArgument(ArgNo, PP)[0]; in ExpandFunctionArguments()
432 ->getPreExpArgument(ArgNo, PP)[0]; in getMacroExpandedString()