Searched defs:File (Results 76 - 100 of 213) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFileEntry.h344 mutable std::unique_ptr<llvm::vfs::File> File; member in class:clang::FileEntry
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DTokens.h94 FileID File; member in struct:clang::syntax::FileRange
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp91 static std::string findInputFile(StringRef File, ArrayRef<StringRef> Paths) { argument
101 static void fatalOpenError(llvm::Error E, Twine File) { argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp186 auto File = Files.getOptionalFileRef(FileName); local
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp131 const FileEntry *File = static_cast<const FileEntry *>(file); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCompilationDatabase.cpp345 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> File = local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp127 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h284 UnparsedFileStatus(const FileEntry *File, bool FoundDirectives) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp43 void ExternalASTSource::FindFileRegionDecls(FileID File, unsigned Offset, argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp121 FileID File; local
142 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) argument
238 const MarkedFile &File = FileIt->second; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-link/
H A Dllvm-link.cpp375 errs() << argv0 << ": " << File << ": "; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp214 StringRef File = Loc->SourceFilePath; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp333 dumpFileEntry(DataExtractor &Data, uint64_t &Offset, DWARFYAML::File &File) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c21 declare_objc_class(LLVMDIBuilderRef DIB, LLVMMetadataRef File) { argument
36 LLVMMetadataRef File = LLVMDIBuilderCreateFile(DIB, Filename, local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp655 static void dumpInput(StringRef File, ScopedPrinter &Writer) { argument
667 File); local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp361 StringRef File = SecPair.second; local
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Doptrecord.py129 def File(self): member in class:Remark
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp140 SourceCoverageView::create(StringRef SourceName, const MemoryBuffer &File, argument
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dhand.c307 EFI_FILE_HANDLE File; local
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutprint.c865 vfprintf( FILE *File, const char *Format, va_list Args) argument
899 fprintf( FILE *File, const char *Format, ...) argument
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpibin/
H A Dabcompare.c207 FILE *File; local
250 FILE *File; local
512 FILE *File; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasfile.c776 FILE *File; local
877 FILE *File; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/compiler/
H A Dpreprocess.h121 FILE *File; member in struct:pr_file_node
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp31 ExplainOutputStyle::ExplainOutputStyle(InputFile &File, uint64_t FileOffset) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp42 InclusionDirective(PreprocessingRecord &PPRec, InclusionKind Kind, StringRef FileName, bool InQuotes, bool ImportedModule, const FileEntry *File, SourceRange Range) argument
460 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument

Completed in 198 milliseconds

123456789