/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | FileEntry.h | 24 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 D | FileEntry.cpp | 20 FileEntry::FileEntry() : UniqueID(0, 0) {} in FileEntry() function in FileEntry
|
/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesYAMLCompiler.h | 17 class FileEntry; variable
|
H A D | APINotesWriter.h | 26 class FileEntry; variable
|
H A D | APINotesManager.h | 24 class FileEntry; variable
|
/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
H A D | AbseilMatcher.h | 37 OptionalFileEntryRef FileEntry = in AST_POLYMORPHIC_MATCHER() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceMgrAdapter.h | 26 class FileEntry; variable
|
H A D | FileEntry.h | 53 class FileEntry; variable [all...] |
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/ |
H A D | Analysis.h | 29 class FileEntry; global() variable
|
H A D | Record.h | 36 class FileEntry; variable
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorLexer.h | 27 class FileEntry; variable
|
H A D | ModuleMap.h | 41 class FileEntry; variable
|
H A D | HeaderSearch.h | 47 class FileEntry; variable [all...] |
/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 36 class FileEntry; variable
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 160 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 D | CoverageMappingGen.h | 28 class FileEntry; global() variable
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 28 class FileEntry; variable
|
H A D | ASTUnit.h | 68 class FileEntry; variable
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerTypeUnit.cpp | 290 FilenamesMapTy::iterator FileEntry = FileNamesMap.find({FileName, DirIdx}); addFileNameIntoLinetable() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderInternals.h | 30 class FileEntry; variable
|
/llvm-project/clang-tools-extra/clang-move/ |
H A D | Move.cpp | 118 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 D | ExtractAPIConsumer.cpp | 220 if (auto FileEntry = CI.getFileManager().getFile(KnownFile.first)) LocationFileChecker() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.h | 20 class FileEntry; variable
|
/llvm-project/clang-tools-extra/pp-trace/ |
H A D | PPCallbacksTracker.cpp | 481 OptionalFileEntryRef FileEntry = in appendArgument() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 891 FileEntry(StringRef Name, StringRef ExternalContentsPath, NameKind UseName) FileEntry() function
|