Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h450 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
814 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
829 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp229 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()