Searched defs:FileName (Results 1 - 25 of 118) sorted by relevance

12345

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPCallbacks.cpp17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, argument
24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerBlacklist.cpp47 isBlacklistedFile(SanitizerMask Mask, StringRef FileName, StringRef Category) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp25 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp94 std::string FileName = File->getFileName(); local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DBuffer.cpp21 static Error createEmptyFile(StringRef FileName) { argument
H A DBuffer.h49 explicit FileBuffer(StringRef FileName) : Buffer(FileName) {} argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp60 static void strings(raw_ostream &OS, StringRef FileName, StringRef Contents) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp31 FindInEnvPath(StringRef EnvName, StringRef FileName) argument
36 FindInEnvPath(StringRef EnvName, StringRef FileName, ArrayRef<std::string> IgnoreList) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp184 StringRef FileMatchTrie::findEquivalent(StringRef FileName, argument
104 findEquivalent(const PathComparator& Comparator, StringRef FileName, bool &IsAmbiguous, unsigned ConsumedLength = 0) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h78 std::string FileName; member in struct:clang::GlobalModuleIndex::ModuleInfo
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWasmObjcopy.cpp47 StringRef FileName; local
60 StringRef SecName, FileName; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp36 Environment::Environment(StringRef Code, StringRef FileName, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp118 StringRef FileName = AllFiles[I]->getName(); local
68 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
H A DModuleDependencyCollector.cpp163 StringRef FileName = path::filename(SrcPath); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h36 std::string FileName; member in struct:llvm::DILineInfo
70 OS << "file '" << FileName << "', "; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp80 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, argument
156 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, argument
39 getOffsetAfterTokenSequence( StringRef FileName, StringRef Code, const IncludeStyle &Style, llvm::function_ref<unsigned(const SourceManager &, Lexer &, Token &)> GetOffsetAfterSequence) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h25 std::string FileName; member in struct:clang::ParsedSourceLocation
55 std::string FileName; member in struct:clang::ParsedSourceRange
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h42 std::string FileName; member in class:clang::tooling::IncludeCategoryManager
96 std::string FileName; member in class:clang::tooling::HeaderIncludes
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugChecksumsSubsection.cpp67 void DebugChecksumsSubsection::addChecksum(StringRef FileName, argument
H A DDebugInlineeLinesSubsection.cpp107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { argument
115 addInlineSite(TypeIndex FuncId, StringRef FileName, uint32_t SourceLine) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp34 void DIPrinter::printContext(const std::string &FileName, int64_t Line) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h53 SmallString<128> FileName; member in class:llvm::LockFileManager
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h130 void setOutputFile(const std::string &FileName) { OutputFile = FileName; } argument
H A DFuzzerIO.cpp107 DirPlusFile(const std::string &DirPath, const std::string &FileName) argument
H A DFuzzerIOPosix.cpp131 std::string DirName(const std::string &FileName) { argument
145 bool IsInterestingCoverageFile(const std::string &FileName) { argument

Completed in 297 milliseconds

12345