Home
last modified time | relevance | path

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

12345678910

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A 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
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A 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()
190 void checkEndifComment(StringRef FileName, SourceLocation EndIf, in checkEndifComment()
209 StringRef FileName = FE.getKey(); in checkGuardlessHeaders() local
288 bool HeaderGuardCheck::shouldSuggestEndifComment(StringRef FileName) { in shouldSuggestEndifComment()
292 bool HeaderGuardCheck::shouldFixHeaderGuard(StringRef FileName) { return true; } in shouldFixHeaderGuard()
294 bool HeaderGuardCheck::shouldSuggestToAddHeaderGuard(StringRef FileName) { in shouldSuggestToAddHeaderGuard()
H A DIncludeSorter.cpp126 const FileID FileID, StringRef FileName, in IncludeSorter()
131 void IncludeSorter::addInclude(StringRef FileName, bool IsAngled, in addInclude()
152 Optional<FixItHint> IncludeSorter::createIncludeInsertion(StringRef FileName, in createIncludeInsertion()
H A DFileExtensionsUtils.cpp57 getFileExtension(StringRef FileName, const FileExtensionsSet &FileExtensions) { in getFileExtension()
67 bool isFileExtension(StringRef FileName, in isFileExtension()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp137 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName); in ListFilesInDirRecursive() local
247 static size_t ParseDrive(const std::string &FileName, const size_t Offset, in ParseDrive()
262 static size_t ParseFileName(const std::string &FileName, const size_t Offset) { in ParseFileName()
272 static size_t ParseDir(const std::string &FileName, const size_t Offset) { in ParseDir()
287 static size_t ParseServerAndShare(const std::string &FileName, in ParseServerAndShare()
312 static size_t ParseLocation(const std::string &FileName) { in ParseLocation()
345 std::string DirName(const std::string &FileName) { in DirName()
390 bool IsInterestingCoverageFile(const std::string &FileName) { in IsInterestingCoverageFile()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPCallbacks.cpp17 void PPCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
24 void PPChainedCallbacks::HasInclude(SourceLocation Loc, StringRef FileName, in HasInclude()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DCheckerRegistration.h111 SmallString<80> FileName; in getCurrentTestNameAsFileName() local
119 const SmallVectorImpl<char> &FileName = getCurrentTestNameAsFileName(); variable
136 const SmallVectorImpl<char> &FileName = getCurrentTestNameAsFileName(); variable
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DHeaderIncludes.h43 std::string FileName; variable
95 std::string FileName; variable
/llvm-project-15.0.7/clang-tools-extra/unittests/include/common/
H A DVirtualFileHelper.h29 std::string FileName; member
42 void mapFile(llvm::StringRef FileName, llvm::StringRef Code) { in mapFile()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dtypes.c3 struct FileName { struct
4 struct FileName *next; argument
/llvm-project-15.0.7/clang/lib/Basic/
H A DNoSanitizeList.cpp45 bool NoSanitizeList::containsFile(SanitizerMask Mask, StringRef FileName, in containsFile()
50 bool NoSanitizeList::containsMainFile(SanitizerMask Mask, StringRef FileName, in containsMainFile()
/llvm-project-15.0.7/clang/unittests/AST/
H A 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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DProcess.cpp34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath()
39 StringRef FileName, in FindInEnvPath()
/llvm-project-15.0.7/bolt/unittests/Profile/
H A DDataAggregator.cpp25 Optional<StringRef> FileName; in TEST() local
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h25 std::string FileName; member
62 std::string FileName; member
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.cpp108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile()
117 StringRef FileName, in addInlineSite()
/llvm-project-15.0.7/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence()
82 unsigned getOffsetAfterHeaderGuardsAndComments(StringRef FileName, in getOffsetAfterHeaderGuardsAndComments()
159 unsigned getMaxHeaderInsertionOffset(StringRef FileName, StringRef Code, in getMaxHeaderInsertionOffset()
192 StringRef FileName) in IncludeCategoryManager()
269 HeaderIncludes::HeaderIncludes(StringRef FileName, StringRef Code, in HeaderIncludes()
/llvm-project-15.0.7/polly/lib/Support/
H A DScopLocation.cpp22 std::string &FileName) { in getDebugLocation()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DFileMatchTrie.cpp105 StringRef FileName, in findEquivalent()
196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp247 RawCoverage::read(const std::string &FileName) { in read()
327 std::string FileName = P.first; in operator <<() local
487 static std::string normalizeFilename(const std::string &FileName) { in normalizeFilename()
823 visitObjectFiles(const std::string &FileName, in visitObjectFiles()
840 findSanitizerCovFunctions(const std::string &FileName) { in findSanitizerCovFunctions()
868 static ErrorOr<bool> isCoverageFile(const std::string &FileName) { in isCoverageFile()
936 std::string FileName; member
1038 for (const auto &FileName : FileNames) { in readAndPrintRawCoverage() local
1090 for (const auto &FileName : FileNames) { in readSymbolizeAndMergeCmdArguments() local
1116 for (const auto &FileName : CovFiles) { in readSymbolizeAndMergeCmdArguments() local
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp27 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DSymbolIndexManager.cpp27 static double similarityScore(llvm::StringRef FileName, in similarityScore()
50 llvm::StringRef FileName) { in rank()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDependencyGraph.cpp71 StringRef FileName, in InclusionDirective()
118 StringRef FileName = AllFiles[I].getName(); in OutputGraphFile() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.h50 StringRef FileName; member
/llvm-project-15.0.7/clang/lib/Format/
H A DQualifierAlignmentFixer.h36 StringRef FileName; variable

12345678910