/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
H A D | Marshalling.cpp | 226 llvm::SmallString<256> RelativePath = llvm::StringRef(Path); toProtobuf() local 314 relativePathToURI(llvm::StringRef RelativePath) relativePathToURI() argument 396 auto RelativePath = uriToRelativePath(Location.FileURI); toProtobuf() local 415 auto RelativePath = uriToRelativePath(Header); toProtobuf() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/ |
H A D | RestrictSystemLibcHeadersCheck.cpp | 49 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/llvm/unittests/Support/ |
H A D | LockFileManagerTest.cpp | 79 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.cpp | 24 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SuspiciousIncludeCheck.cpp | 55 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | DuplicateIncludeCheck.cpp | 80 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
H A D | PrintPreprocessedOutput.cpp | 487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | Utils.cpp | 77 SmallVectorImpl<char> &RelativePath) { in make_relative() argument
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | DeprecatedHeadersCheck.cpp | 182 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
H A D | MacroToEnumCheck.cpp | 120 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/clang-tidy/llvm/ |
H A D | IncludeOrderCheck.cpp | 85 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/modularize/ |
H A D | CoverageChecker.cpp | 93 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 618 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, in DoFrameworkLookup() argument 889 LookupFile(StringRef Filename,SourceLocation IncludeLoc,bool isAngled,ConstSearchDirIterator FromDir,ConstSearchDirIterator * CurDirArg,ArrayRef<std::pair<OptionalFileEntryRef,DirectoryEntryRef>> Includers,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool BuildSystemModule,bool OpenFile,bool CacheFailures) LookupFile() argument 1211 LookupSubframeworkHeader(StringRef Filename,FileEntryRef ContextFileEnt,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,Module * RequestingModule,ModuleMap::KnownHeader * SuggestedModule) LookupSubframeworkHeader() argument [all...] |
H A D | PPLexerChange.cpp | 320 computeRelativePath(FileMgr, *Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() local
|
H A D | PreprocessingRecord.cpp | 475 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * SuggestedModule,bool ModuleImported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
|
H A D | PPDirectives.cpp | 956 LookupFile(SourceLocation FilenameLoc,StringRef Filename,bool isAngled,ConstSearchDirIterator FromDir,const FileEntry * FromFile,ConstSearchDirIterator * CurDirArg,SmallVectorImpl<char> * SearchPath,SmallVectorImpl<char> * RelativePath,ModuleMap::KnownHeader * SuggestedModule,bool * IsMapped,bool * IsFrameworkFound,bool SkipCache,bool OpenFile,bool CacheFailures) LookupFile() argument 2099 LookupHeaderIncludeOrImport(ConstSearchDirIterator * CurDir,StringRef & Filename,SourceLocation FilenameLoc,CharSourceRange FilenameRange,const Token & FilenameTok,bool & IsFrameworkFound,bool IsImportDecl,bool & IsMapped,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile,StringRef & LookupFilename,SmallVectorImpl<char> & RelativePath,SmallVectorImpl<char> & SearchPath,ModuleMap::KnownHeader & SuggestedModule,bool isAngled) LookupHeaderIncludeOrImport() argument 2274 SmallString<1024> RelativePath; HandleHeaderIncludeOrImport() local [all...] |
/llvm-project/clang/unittests/Lex/ |
H A D | PPCallbacksTest.cpp | 40 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() 63 SmallString<16> RelativePath; member in __anon1476b0c10111::InclusionDirectiveCallbacks
|
/llvm-project/clang-tools-extra/clangd/unittests/remote/ |
H A D | MarshallingTests.cpp | 438 auto RelativePath = ProtobufMarshaller.uriToRelativePath( in TEST() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ExpandModularHeadersPPCallbacks.cpp | 169 StringRef RelativePath, const Module *SuggestedModule, bool ModuleImported, in InclusionDirective() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 527 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | Record.cpp | 69 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
|
/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticInfo.cpp | 148 getLocation(StringRef & RelativePath,unsigned & Line,unsigned & Column) const getLocation() argument
|
/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 256 StringRef RelativePath(File); in getAbsolutePath() local
|