Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h452 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
826 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
841 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/external/clang/lib/Lex/
DPPMacroExpansion.cpp240 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()