Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h890 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1356 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1371 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp288 State ? State->getActiveModuleMacros(*this, II) : std::nullopt) in dumpMacroInfo()