Home
last modified time | relevance | path

Searched defs:FileEntry (Results 1 – 25 of 25) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h24 struct FileEntry { struct
32 FileEntry() = default; argument
33 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {} in FileEntry() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp20 FileEntry::FileEntry() : UniqueID(0, 0) {} in FileEntry() function in FileEntry
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h26 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFileEntry.h56 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h35 class FileEntry; variable
H A DModuleManager.h37 class FileEntry; variable
H A DASTWriter.h64 class FileEntry; variable
H A DASTReader.h79 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h19 class FileEntry; variable
H A DVerifyDiagnosticConsumer.h28 class FileEntry; variable
H A DCompilerInstance.h45 class FileEntry; variable
H A DASTUnit.h69 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h28 class FileEntry; variable
H A DModuleMap.h40 class FileEntry; variable
H A DPreprocessingRecord.h52 class FileEntry; variable
H A DHeaderSearch.h42 class FileEntry; variable
H A DPreprocessor.h72 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp160 const FileNameEntry &FileEntry = FileNames[I]; in dump() local
213 DWARFDebugLine::FileNameEntry FileEntry; in parseV2DirFileTables() local
311 DWARFDebugLine::FileNameEntry FileEntry; in parseV5DirFileTables() local
930 FileNameEntry FileEntry; in parse() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h28 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h30 class FileEntry; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp194 const FileEntry * /*File*/, in InclusionDirective()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h701 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) in FileEntry() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h133 File FileEntry; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp757 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h298 auto FileEntry = in AST_POLYMORPHIC_MATCHER_REGEX() local