Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h665 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1084 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1099 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp290 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()