Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h663 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1083 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1098 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp290 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()