Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h760 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1230 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1245 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp288 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()