Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Lex/
H A DPreprocessor.h452 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
826 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
841 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPreprocessor.h900 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1366 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1381 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPreprocessor.h900 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1366 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1381 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPreprocessor.h900 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { in getActiveModuleMacros() function
1366 S.getActiveModuleMacros(*this, II), in getMacroDefinition()
1381 S.getActiveModuleMacros(*this, II), in getMacroDefinitionAtLoc()
/aosp_15_r20/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp240 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()