/llvm-project/clang/include/clang/InstallAPI/ |
H A D | HeaderFile.h | 54 std::string FullPath; variable 73 : FullPath(FullPath), Type(Type), IncludeName(IncludeName), in FullPath() function
|
/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 171 [&](const StringRef FullPath) -> std::optional<std::string> { in findLibrary() argument 190 SmallString<PATH_MAX> FullPath(Path); in findLibrary() local 202 SmallString<PATH_MAX> FullPath(Path); in findLibrary() local 211 SmallString<PATH_MAX> FullPath(Path); findLibrary() local [all...] |
H A D | HeaderFile.cpp | 19 std::optional<std::string> createIncludeHeaderName(const StringRef FullPath) { in createIncludeHeaderName()
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.cpp | 35 SmallString<256> FullPath; in getOutputPath() local 60 std::string FullPath = getOutputPath(Path, Extension, InToplevel, false); in createOutputStream() local
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.cpp | 27 SmallString<256> FullPath; in InclusionDirective() local
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | os_version_check.c | 169 char FullPath[strlen(PListPathPrefix) + strlen(PListPath) + 1]; _initializeAvailabilityCheck() local
|
/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 142 SmallString<80> FullPath; in createYAMLParserFromMeta() local
|
H A D | BitstreamRemarkParser.cpp | 422 SmallString<80> FullPath(ExternalFilePrependPath); in processExternalFilePath() local
|
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
H A D | Marshalling.cpp | 321 llvm::SmallString<256> FullPath = llvm::StringRef(LocalIndexRoot); relativePathToURI() local
|
/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.cpp | 386 llvm::SmallString<128> FullPath; GetChildFileSpecificationsFromThin() local
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 133 Expected<std::string> FullPath = searchForFile( processCommandLineLibraries() local
|
/llvm-project/clang/tools/clang-installapi/ |
H A D | Options.cpp | 949 SmallString<PATH_MAX> FullPath(Path); createContext() local
|
/llvm-project/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 3522 FullPathTy &FullPath, in findPathsToSubobject() argument 3561 const FullPathTy &FullPath) { in getOffsetOfFullPath() argument 3665 FullPathTy FullPath; in computeFullPathsForVFTables() local [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | BackgroundIndexTests.cpp | 155 std::string FullPath = testPath(Cmd.Filename); in TEST_F() local
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1892 SmallString<256> FullPath; parseEntry() local 1957 StringRef FullPath = FS->getOverlayFileDir(); parseEntry() local [all...] |
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 1010 std::string FullPath; verifyDebugLineRows() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 201 StringRef FullPath = getFullFilepath(F); in maybeRecordFile() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 7161 SmallString<1024> FullPath(DSYMFile); getMachODSymObject() local
|