HomeSort by relevance Sort by last modified time
    Searched refs:getActiveModuleMacros (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 451 getActiveModuleMacros(Preprocessor &PP, const IdentifierInfo *II) const {
819 S.getActiveModuleMacros(*this, II),
834 S.getActiveModuleMacros(*this, II),
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 233 for (auto *MM : State ? State->getActiveModuleMacros(*this, II) : None)
    [all...]

Completed in 44 milliseconds