Searched refs:getActiveModuleMacros (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 452 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/ |
D | Preprocessor.h | 890 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/ |
D | Preprocessor.h | 900 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/ |
D | Preprocessor.h | 900 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/ |
D | Preprocessor.h | 900 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 D | PPMacroExpansion.cpp | 240 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) in dumpMacroInfo()
|