OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnexpArgument
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Lex/
MacroArgs.h
76
///
getUnexpArgument
- Return a pointer to the first token of the unexpanded
79
const Token *
getUnexpArgument
(unsigned Arg) const;
/external/clang/lib/Lex/
MacroArgs.cpp
66
const_cast<Token*>(Result->
getUnexpArgument
(0)));
111
///
getUnexpArgument
- Return the unexpanded tokens for the specified formal.
113
const Token *MacroArgs::
getUnexpArgument
(unsigned Arg) const {
160
const Token *AT =
getUnexpArgument
(Arg);
308
StringifiedArgs[ArgNo] = StringifyArgument(
getUnexpArgument
(ArgNo), PP,
TokenLexer.cpp
204
Res = MacroArgs::StringifyArgument(ActualArgs->
getUnexpArgument
(ArgNo),
269
const Token *ArgTok = ActualArgs->
getUnexpArgument
(ArgNo);
315
const Token *ArgToks = ActualArgs->
getUnexpArgument
(ArgNo);
[
all
...]
Completed in 60 milliseconds