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

/external/clang/lib/Lex/
H A DMacroArgs.cpp30 MacroArgs **ResultEnt = nullptr; local
39 ResultEnt = Entry;
49 if (!ResultEnt) {
56 Result = *ResultEnt;
58 *ResultEnt = Result->ArgCache;

Completed in 32 milliseconds