| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | InitHeaderSearch.cpp | 290 if (SeenDirs.insert(CurEntry.getDir()).second) in RemoveDuplicates() 324 isSame = SearchEntry.getDir() == CurEntry.getDir(); in RemoveDuplicates()
|
| H A D | HeaderSearch.cpp | 467 *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 D | ModuleMap.cpp | 296 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 D | PPLexerChange.cpp | 222 StringRef FilePath = File.getDir().getName(); in computeRelativePath()
|
| H A D | PPDirectives.cpp | 1026 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 D | FileEntry.h | 78 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 D | DirectoryLookup.h | 89 const DirectoryEntry *getDir() const { in getDir() function
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 128 if (IncludingFile->getDir()) in InclusionDirective() 129 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
|
| H A D | FrontendAction.cpp | 628 if (HS.getModuleMap().canInferFrameworkModule(ModuleMap->getDir())) { in loadModuleMapForModuleBuild() 629 SmallString<128> InferredFrameworkPath = ModuleMap->getDir().getName(); in loadModuleMapForModuleBuild()
|
| H A D | CompilerInstance.cpp | 1330 SmallString<128> PublicFilename(File.getDir().getName()); in getPublicModuleMap()
|
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 361 OptionalDirectoryEntryRef Dir = File->getDir(); in findAPINotes()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 472 Insertion.first->second = FileEntryRef::MapValue(*BFE, VF.getDir()); in getBypassFile()
|
| H A D | Module.cpp | 265 return Hdr->getDir(); in getEffectiveUmbrellaDir()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 2543 if (FE && llvm::sys::path::parent_path(FE->getDir().getName()) in ParseModuleImport()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 4065 (mainFile->getDir().getName() + "/" + mainFile->getName()).str(); in ModuleInitFunction()
|
| H A D | CGDebugInfo.cpp | 692 MainFileDir = std::string(MainFile->getDir().getName()); in CreateCompileUnit()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 10436 AddFilesFromIncludeDir(CurFile->getDir().getName(), false, in CodeCompleteIncludedFile()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 10346 if (Cache->OrigEntry && Cache->OrigEntry->getDir()) { in Import()
|