Home
last modified time | relevance | path

Searched refs:getIncludePath (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DPathConfig.h30 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc,
H A DPathConfig.cpp17 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, in getIncludePath() function
H A DFindAllMacros.cpp27 getIncludePath(*SM, info->getDefinitionLoc(), Collector); in CreateMacroSymbol()
H A DFindAllSymbols.cpp108 std::string FilePath = getIncludePath(SM, Loc, Collector); in CreateSymbolInfo()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DROCm.h195 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
H A DCuda.h72 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
H A DCuda.cpp892 DriverArgs.MakeArgString(CudaInstallation.getIncludePath())}); in AddClangSystemIncludeArgs()
H A DAMDGPU.cpp521 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp219 static std::string getIncludePath(const Record *R) { in getIncludePath() function
762 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
839 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1137 if (!M->getIncludePath().empty()) in getOrCreateModule()
1138 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2336 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2361 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2210 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2567 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()