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

  /external/clang/lib/Basic/
Module.cpp 103 bool Module::isSubModuleOf(const Module *Other) const {
176 if (Requested->isSubModuleOf(Top))
180 if (Requested->isSubModuleOf(Use))
290 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) {
  /external/clang/include/clang/Basic/
Module.h 337 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 351 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 351 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Module.h 375 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Module.h 375 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Module.h 375 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Module.h 375 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Module.h 383 bool isSubModuleOf(const Module *Other) const;
  /external/clang/lib/Lex/
ModuleMap.cpp 446 I->getModule()->isSubModuleOf(RequestingModule)))
458 M->isSubModuleOf(RequestingModule));
    [all...]
PPDirectives.cpp 709 if (!Header.getModule()->isSubModuleOf(TopM))
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1208 milliseconds