Home
last modified time | relevance | path

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

12

/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
/llvm-project/clang/lib/Basic/
H A DFileEntry.cpp20 FileEntry::FileEntry() : UniqueID(0, 0) {} in FileEntry() function in FileEntry
/llvm-project/clang/include/clang/APINotes/
H A DAPINotesYAMLCompiler.h17 class FileEntry; variable
H A DAPINotesWriter.h26 class FileEntry; variable
H A DAPINotesManager.h24 class FileEntry; variable
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DAbseilMatcher.h37 OptionalFileEntryRef FileEntry = in AST_POLYMORPHIC_MATCHER() local
/llvm-project/clang/include/clang/Basic/
H A DSourceMgrAdapter.h26 class FileEntry; variable
H A DFileEntry.h53 class FileEntry; variable
[all...]
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/
H A DAnalysis.h29 class FileEntry; global() variable
H A DRecord.h36 class FileEntry; variable
/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h27 class FileEntry; variable
H A DModuleMap.h41 class FileEntry; variable
H A DHeaderSearch.h47 class FileEntry; variable
[all...]
/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h36 class FileEntry; variable
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp160 const FileNameEntry &FileEntry = FileNames[I]; in dump() local
218 FileEntry in parseV2DirFileTables() local
316 DWARFDebugLine::FileNameEntry FileEntry; parseV5DirFileTables() local
997 FileNameEntry FileEntry; parse() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h28 class FileEntry; global() variable
/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h28 class FileEntry; variable
H A DASTUnit.h68 class FileEntry; variable
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp290 FilenamesMapTy::iterator FileEntry = FileNamesMap.find({FileName, DirIdx}); addFileNameIntoLinetable() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h30 class FileEntry; variable
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp118 auto FileEntry = in AST_POLYMORPHIC_MATCHER_P() local
139 if (auto FileEntry = SM.getFileEntryRefForID(SM.getFileID(HashLoc))) in InclusionDirective() local
/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp220 if (auto FileEntry = CI.getFileManager().getFile(KnownFile.first)) LocationFileChecker() local
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.h20 class FileEntry; variable
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp481 OptionalFileEntryRef FileEntry = in appendArgument() local
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h891 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) FileEntry() function

12