Home
last modified time | relevance | path

Searched refs:getDir (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp290 if (SeenDirs.insert(CurEntry.getDir()).second) in RemoveDuplicates()
324 isSame = SearchEntry.getDir() == CurEntry.getDir(); in RemoveDuplicates()
H A DHeaderSearch.cpp467 *File, Dir ? Dir : File->getFileEntry().getDir(), RequestingModule, in getFileAndSuggestModule()
503 TmpDir, IncludeLoc, getDir(), isSystemHeaderDirectory(), in LookupFile()
532 if (!HS.findUsableModuleForHeader(File, File.getFileEntry().getDir(), in LookupFile()
721 StringRef FrameworkPath = File->getDir().getName(); in DoFrameworkLookup()
749 if (!HS.findUsableModuleForHeader(*File, getDir(), RequestingModule, in DoFrameworkLookup()
1713 SmallString<128> PrivateFilename(File.getDir().getName()); in getPrivateModuleMap()
1725 << File.getDir().getName().ends_with(".framework"); in getPrivateModuleMap()
1746 Dir = FakeFile.getDir(); in parseAndLoadModuleMapFile()
1749 Dir = File.getDir(); in parseAndLoadModuleMapFile()
H A DModuleMap.cpp296 const DirectoryEntry *UmbrellaDir = &File->getDir().getDirEntry(); in resolveHeader()
404 return File.getDir() == BuiltinIncludeDir && LangOpts.BuiltinHeadersInSystemModules && in isBuiltinHeader()
431 OptionalDirectoryEntryRef Dir = File.getDir(); in findHeaderInUmbrellaDirs()
747 OptionalDirectoryEntryRef Dir = Header.getDir(); in isHeaderUnavailableInModule()
1208 UmbrellaDirs[UmbrellaHeader.getDir()] = Mod; in setUmbrellaHeaderAsWritten()
1388 parseModuleMapFile(*EFile, IsSystem, EFile->getDir(), FileID(), in parseModuleMapFile()
1863 : File->getDir(), in handleExternModuleDecl()
H A DPPLexerChange.cpp222 StringRef FilePath = File.getDir().getName(); in computeRelativePath()
H A DPPDirectives.cpp1026 Includers.push_back(std::make_pair(*FileEnt, FileEnt->getDir())); in LookupFile()
1036 Includers.push_back(std::make_pair(*FileEnt, FileEnt->getDir())); in LookupFile()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h78 DirectoryEntryRef getDir() const { return ME->second->Dir; } in getDir() function
340 const DirectoryEntry *getDir() const { return Dir; }
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h89 const DirectoryEntry *getDir() const { in getDir() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp128 if (IncludingFile->getDir()) in InclusionDirective()
129 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
H A DFrontendAction.cpp628 if (HS.getModuleMap().canInferFrameworkModule(ModuleMap->getDir())) { in loadModuleMapForModuleBuild()
629 SmallString<128> InferredFrameworkPath = ModuleMap->getDir().getName(); in loadModuleMapForModuleBuild()
H A DCompilerInstance.cpp1330 SmallString<128> PublicFilename(File.getDir().getName()); in getPublicModuleMap()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp361 OptionalDirectoryEntryRef Dir = File->getDir(); in findAPINotes()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp472 Insertion.first->second = FileEntryRef::MapValue(*BFE, VF.getDir()); in getBypassFile()
H A DModule.cpp265 return Hdr->getDir(); in getEffectiveUmbrellaDir()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp2543 if (FE && llvm::sys::path::parent_path(FE->getDir().getName()) in ParseModuleImport()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp4065 (mainFile->getDir().getName() + "/" + mainFile->getName()).str(); in ModuleInitFunction()
H A DCGDebugInfo.cpp692 MainFileDir = std::string(MainFile->getDir().getName()); in CreateCompileUnit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10436 AddFilesFromIncludeDir(CurFile->getDir().getName(), false, in CodeCompleteIncludedFile()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10346 if (Cache->OrigEntry && Cache->OrigEntry->getDir()) { in Import()