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

  /external/clang/lib/Basic/
Module.cpp 96 bool Module::isSubModuleOf(const Module *Other) const {
257 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) {
  /external/clang/include/clang/Basic/
Module.h 318 bool isSubModuleOf(const Module *Other) const;
  /external/clang/lib/Lex/
ModuleMap.cpp 440 I->getModule()->isSubModuleOf(RequestingModule)))
452 M->isSubModuleOf(RequestingModule));
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1355 milliseconds