Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h555 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
949 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
964 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp286 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()