Home
last modified time | relevance | path

Searched refs:updateLocForMacroArgTokens (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DTokenLexer.h230 void updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DTokenLexer.cpp482 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
540 updateLocForMacroArgTokens(CurTok.getLocation(), in ExpandFunctionArguments()
1054 void TokenLexer::updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc, in updateLocForMacroArgTokens() function in TokenLexer