Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h892 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1357 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1372 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPMacroExpansion.cpp288 State ? State->getActiveModuleMacros(*this, II) : std::nullopt) in dumpMacroInfo()