Searched refs:isSubModuleOf (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Basic/
H A DModule.cpp103 bool Module::isSubModuleOf(const Module *Other) const { function in class:Module
176 if (Requested->isSubModuleOf(Top))
180 if (Requested->isSubModuleOf(Use))
290 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) {
/external/clang/include/clang/Basic/
H A DModule.h337 bool isSubModuleOf(const Module *Other) const;
/external/clang/lib/Lex/
H A DModuleMap.cpp446 I->getModule()->isSubModuleOf(RequestingModule)))
458 M->isSubModuleOf(RequestingModule));
H A DPPDirectives.cpp709 if (!Header.getModule()->isSubModuleOf(TopM))
/external/clang/lib/Serialization/
H A DASTWriter.cpp2679 if (WritingModule != OwningMod && !OwningMod->isSubModuleOf(WritingModule))

Completed in 404 milliseconds