Home
last modified time | relevance | path

Searched defs:RelativePath (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp226 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 DRestrictSystemLibcHeadersCheck.cpp49 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/llvm/unittests/Support/
H A DLockFileManagerTest.cpp79 TEST(LockFileManagerTest, RelativePath) { in TEST() argument
/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.cpp24 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp55 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp80 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DPrintPreprocessedOutput.cpp487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp77 SmallVectorImpl<char> &RelativePath) { in make_relative() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp182 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
H A DMacroToEnumCheck.cpp120 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp85 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp93 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp473 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 DPPLexerChange.cpp320 computeRelativePath(FileMgr, *Dir, *Header, RelativePath); in diagnoseMissingHeaderInUmbrellaDir() local
H A DPreprocessingRecord.cpp475 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 DPPDirectives.cpp956 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 DPPCallbacksTest.cpp40 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 DMarshallingTests.cpp438 auto RelativePath = ProtobufMarshaller.uriToRelativePath( in TEST() local
/llvm-project/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp169 StringRef RelativePath, const Module *SuggestedModule, bool ModuleImported, in InclusionDirective() argument
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
527 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp69 StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective()
/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp148 getLocation(StringRef & RelativePath,unsigned & Line,unsigned & Column) const getLocation() argument
/llvm-project/clang/lib/Tooling/
H A DTooling.cpp256 StringRef RelativePath(File); in getAbsolutePath() local

12