Searched refs:ParentDir (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DModuleMap.h326 /// \param ParentDir The directory that is the parent of the framework
336 bool canInferFrameworkModule(const DirectoryEntry *ParentDir,
/external/clang/lib/Lex/
H A DModuleMap.cpp562 bool ModuleMap::canInferFrameworkModule(const DirectoryEntry *ParentDir, argument
567 inferred = InferredDirectories.find(ParentDir);
631 if (const DirectoryEntry *ParentDir = FileMgr.getDirectory(Parent)) {
635 inferred = InferredDirectories.find(ParentDir);
641 HeaderInfo.lookupModuleMapFile(ParentDir, IsFrameworkDir)) {
643 inferred = InferredDirectories.find(ParentDir);
648 std::make_pair(ParentDir, InferredDirectory())).first;

Completed in 395 milliseconds