| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/ |
| H A D | KernelNameRestrictionCheck.cpp | 46 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 D | HeaderGuard.cpp | 41 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 D | IncludeSorter.cpp | 126 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 D | FileExtensionsUtils.cpp | 57 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 D | FuzzerIOWindows.cpp | 137 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 D | PPCallbacks.cpp | 17 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 D | CheckerRegistration.h | 111 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 D | HeaderIncludes.h | 43 std::string FileName; variable 95 std::string FileName; variable
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/include/common/ |
| H A D | VirtualFileHelper.h | 29 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 D | types.c | 3 struct FileName { struct 4 struct FileName *next; argument
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | NoSanitizeList.cpp | 45 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 D | ASTImporterFixtures.cpp | 24 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 D | Process.cpp | 34 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 D | DataAggregator.cpp | 25 Optional<StringRef> FileName; in TEST() local
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CommandLineSourceLoc.h | 25 std::string FileName; member 62 std::string FileName; member
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.cpp | 108 void DebugInlineeLinesSubsection::addExtraFile(StringRef FileName) { in addExtraFile() 117 StringRef FileName, in addInlineSite()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 41 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 D | ScopLocation.cpp | 22 std::string &FileName) { in getDebugLocation()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 105 StringRef FileName, in findEquivalent() 196 StringRef FileMatchTrie::findEquivalent(StringRef FileName, in findEquivalent()
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | sancov.cpp | 247 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 D | NativeSourceFile.cpp | 27 auto FileName = ST->getStringTable().getString(Checksum.FileNameOffset); in getFileName() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | SymbolIndexManager.cpp | 27 static double similarityScore(llvm::StringRef FileName, in similarityScore() 50 llvm::StringRef FileName) { in rank()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | DependencyGraph.cpp | 71 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 D | DeprecatedHeadersCheck.h | 50 StringRef FileName; member
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | QualifierAlignmentFixer.h | 36 StringRef FileName; variable
|