Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h620 PP.updateModuleMacroInfo(II, *Info); in getModuleInfo()
2069 void updateModuleMacroInfo(const IdentifierInfo *II, ModuleMacroInfo &Info);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp183 void Preprocessor::updateModuleMacroInfo(const IdentifierInfo *II, in updateModuleMacroInfo() function in Preprocessor