Home
last modified time | relevance | path

Searched defs:FileName (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/external/llvm-project/clang-tools-extra/clang-tidy/altera/
DKernelNameRestrictionCheck.cpp46 StringRef FileName; // Filename as a string. member
64 SourceLocation HashLoc, const Token &, StringRef FileName, bool, in InclusionDirective() argument
72 StringRef FileName) { in FileNameIsRestricted()
82 StringRef FileName = llvm::sys::path::filename(Entry->getName()); in EndOfMainFile() local
95 StringRef FileName = llvm::sys::path::filename(ID.FileName); in EndOfMainFile() local
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DHeaderGuard.cpp41 std::string FileName = cleanPath(FE->getName()); in FileChanged() local
84 std::string FileName = cleanPath(FE->getName()); in EndOfMainFile() local
129 bool wouldFixEndifComment(StringRef FileName, SourceLocation EndIf, in wouldFixEndifComment()
163 StringRef FileName, in checkHeaderGuardDefinition()
189 void checkEndifComment(StringRef FileName, SourceLocation EndIf, in checkEndifComment()
208 StringRef FileName = FE.getKey(); in checkGuardlessHeaders() local
281 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment()
285 bool HeaderGuardCheck::shouldFixHeaderGuard(StringRef FileName) { return true; } in shouldFixHeaderGuard()
287 bool HeaderGuardCheck::shouldSuggestToAddHeaderGuard(StringRef FileName) { in shouldSuggestToAddHeaderGuard()
DIncludeSorter.cpp127 const FileID FileID, StringRef FileName, in IncludeSorter()
132 void IncludeSorter::AddInclude(StringRef FileName, bool IsAngled, in AddInclude()
153 Optional<FixItHint> IncludeSorter::CreateIncludeInsertion(StringRef FileName, in CreateIncludeInsertion()
DFileExtensionsUtils.cpp57 getFileExtension(StringRef FileName, const FileExtensionsSet &FileExtensions) { in getFileExtension()
67 bool isFileExtension(StringRef FileName, in isFileExtension()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOWindows.cpp137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local
248 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive()
263 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName()
273 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir()
288 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare()
314 static size_t ParseLocation(const std::string &FileName) { in ParseLocation()
347 std::string DirName(const std::string &FileName) { in DirName()
392 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOWindows.cpp137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local
248 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive()
263 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName()
273 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir()
288 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare()
314 static size_t ParseLocation(const std::string &FileName) { in ParseLocation()
347 std::string DirName(const std::string &FileName) { in DirName()
392 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
/external/llvm-project/clang/lib/Lex/
DPPCallbacks.cpp17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
/external/llvm-project/clang/unittests/StaticAnalyzer/
DCheckerRegistration.h73 SmallString<80> FileName; in getCurrentTestNameAsFileName() local
80 const SmallVectorImpl<char> &FileName = getCurrentTestNameAsFileName(); in runCheckerOnCode() local
96 const SmallVectorImpl<char> &FileName = getCurrentTestNameAsFileName(); in runCheckerOnCodeWithArgs() local
/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp24 void createVirtualFileIfNeeded(ASTUnit *ToAST, StringRef FileName, in createVirtualFileIfNeeded()
35 void createVirtualFileIfNeeded(ASTUnit *ToAST, StringRef FileName, in createVirtualFileIfNeeded()
41 ASTImporterTestBase::TU::TU(StringRef Code, StringRef FileName, in TU()
118 StringRef FileName) { in lazyInitToAST()
175 StringRef FileName) { in getTuDecl()
/external/llvm-project/llvm/tools/llvm-libtool-darwin/
Dllvm-libtool-darwin.cpp104 static Expected<std::string> searchForFile(const Twine &FileName) { in searchForFile()
141 StringRef FileName, DirName; in processFileList() local
310 object::Archive &Lib, StringRef FileName, in processArchive()
325 NewArchiveMember NM, StringRef FileName, const Config &C) { in addArchiveMembers()
343 NewArchiveMember NM, StringRef FileName, const Config &C) { in addUniversalMembers()
410 StringRef FileName, const Config &C) { in addMember()
457 for (StringRef FileName : InputFiles) in createStaticLibrary() local
/external/llvm-project/clang-tools-extra/unittests/include/common/
DVirtualFileHelper.h29 std::string FileName; member
42 void mapFile(llvm::StringRef FileName, llvm::StringRef Code) { in mapFile()
/external/llvm-project/clang/include/clang/Tooling/Inclusions/
DHeaderIncludes.h42 std::string FileName; variable
94 std::string FileName; variable
/external/llvm/tools/sancov/
Dsancov.cc193 std::string FileName; member
203 std::string FileName; member
438 visitObjectFiles(const std::string &FileName, in visitObjectFiles()
454 std::set<uint64_t> findSanitizerCovFunctions(const std::string &FileName) { in findSanitizerCovFunctions()
466 std::set<uint64_t> getCoveragePoints(const std::string &FileName) { in getCoveragePoints()
534 static ErrorOr<bool> isCoverageFile(const std::string &FileName) { in isCoverageFile()
573 read(const std::string &FileName) { in read()
625 for (const auto &FileName : FileNames) { in readAndMerge() local
690 const std::string &FileName = P.first; in computeFileCoverage() local
805 std::string FileName = Loc.Loc.FileName; in resolveFunctions() local
[all …]
/external/llvm-project/clang/test/CodeGen/
Dtypes.c3 struct FileName { struct
4 struct FileName *next; argument
/external/clang/test/CodeGen/
Dtypes.c3 struct FileName { struct
4 struct FileName *next; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProcess.cpp32 StringRef FileName) { in FindInEnvPath()
37 StringRef FileName, in FindInEnvPath()
/external/llvm-project/llvm/lib/Support/
DProcess.cpp34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath()
39 StringRef FileName, in FindInEnvPath()
/external/llvm-project/llvm/tools/sancov/
Dsancov.cpp229 RawCoverage::read(const std::string &FileName) { in read()
309 std::string FileName = P.first; in operator <<() local
469 static std::string normalizeFilename(const std::string &FileName) { in normalizeFilename()
795 visitObjectFiles(const std::string &FileName, in visitObjectFiles()
812 findSanitizerCovFunctions(const std::string &FileName) { in findSanitizerCovFunctions()
824 static std::set<uint64_t> findCoveragePointAddrs(const std::string &FileName) { in findCoveragePointAddrs()
840 static ErrorOr<bool> isCoverageFile(const std::string &FileName) { in isCoverageFile()
862 static bool isSymbolizedCoverageFile(const std::string &FileName) { in isSymbolizedCoverageFile()
908 std::string FileName; member
1010 for (const auto &FileName : FileNames) { in readAndPrintRawCoverage() local
[all …]
/external/clang/lib/Format/
DFormat.cpp1218 ArrayRef<tooling::Range> Ranges, StringRef FileName, in sortCppIncludes()
1270 IncludeCategoryManager(const FormatStyle &Style, StringRef FileName) in IncludeCategoryManager()
1313 StringRef FileName; member in clang::format::__anon9398d3e40511::IncludeCategoryManager
1325 StringRef FileName, in sortCppIncludes()
1385 StringRef FileName, unsigned *Cursor) { in sortIncludes()
1408 StringRef FileName = Replaces.begin()->getFilePath(); in processReplacements() local
1423 StringRef FileName) -> tooling::Replacements { in formatReplacements()
1435 StringRef FileName) -> tooling::Replacements { in formatReplacements()
1467 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments()
1520 StringRef FileName = Replaces.begin()->getFilePath(); in fixCppIncludeInsertions() local
[all …]
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
81 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments()
158 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
191 StringRef FileName) in IncludeCategoryManager()
268 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/external/llvm-project/clang/include/clang/Frontend/
DCommandLineSourceLoc.h25 std::string FileName; member
55 std::string FileName; member
/external/llvm-project/llvm/tools/llvm-objcopy/wasm/
DWasmObjcopy.cpp46 StringRef FileName; in handleArgs() local
59 StringRef SecName, FileName; in handleArgs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
116 StringRef FileName, in addInlineSite()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp107 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
116 StringRef FileName, in addInlineSite()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp335 StringRef FileName; in evalStubAddr() local
380 StringRef FileName; in evalSectionAddr() local
758 RuntimeDyldCheckerImpl::findSectionAddrInfo(StringRef FileName, in findSectionAddrInfo()
790 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
813 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor()
866 StringRef FileName = sys::path::filename(FilePath); in registerSection() local
876 StringRef FileName = sys::path::filename(FilePath); in registerStubMap() local
934 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()

12345678910>>...14