/external/clang/include/clang/Lex/ |
Preprocessor.h | 452 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 826 S.getActiveModuleMacros(*this, II), 841 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
Preprocessor.h | 452 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 829 S.getActiveModuleMacros(*this, II), 844 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/ |
Preprocessor.h | 490 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 863 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/ |
Preprocessor.h | 490 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 863 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/ |
Preprocessor.h | 452 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 829 S.getActiveModuleMacros(*this, II), 844 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/ |
Preprocessor.h | 490 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 863 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/ |
Preprocessor.h | 490 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 863 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/ |
Preprocessor.h | 493 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const { 866 S.getActiveModuleMacros(*this, II), [all...] |
/external/clang/lib/Lex/ |
PPMacroExpansion.cpp | 240 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None) [all...] |