Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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() argument
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileEntry.cpp20 FileEntry::FileEntry() : UniqueID(0, 0) {} in FileEntry() function in FileEntry
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DHeaderAnalysis.h16 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/
H A DFileRemapper.h26 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCLog.h26 class FileEntry; variable
H A DCXIndexDataConsumer.h20 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileEntry.h53 class FileEntry; variable
/openbsd-src/gnu/llvm/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
934 FileNameEntry FileEntry; in parse() local
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorLexer.h27 class FileEntry; variable
H A DModuleMap.h41 class FileEntry; variable
H A DHeaderSearch.h46 class FileEntry; variable
H A DPreprocessor.h71 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DModuleManager.h37 class FileEntry; variable
H A DASTWriter.h54 class FileEntry; variable
H A DASTReader.h80 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.h28 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h28 class FileEntry; variable
H A DASTUnit.h68 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h30 class FileEntry; variable
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp211 if (auto FileEntry = CI.getFileManager().getFile(KnownFile.first)) in LocationFileChecker() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h867 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) in FileEntry() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h134 File FileEntry; member
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp861 ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, in LookupFile()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h301 auto FileEntry = in AST_POLYMORPHIC_MATCHER_REGEX() local