OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IncludePath
(Results
1 - 23
of
23
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
ResourceProcessor.h
32
void addInclude(const PathType &
IncludePath
) {
33
IncludeList.push_back(
IncludePath
);
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
ROCm.h
89
SmallString<0>
IncludePath
;
166
StringRef getIncludePath() const { return
IncludePath
; }
Cuda.h
39
std::string
IncludePath
;
71
StringRef getIncludePath() const { return
IncludePath
; }
NetBSD.cpp
443
for (const auto &
IncludePath
: Candidates) {
444
if (!getVFS().exists(
IncludePath
+ "/__config"))
448
addSystemInclude(DriverArgs, CC1Args,
IncludePath
);
AMDGPU.cpp
449
IncludePath
= InstallPath;
450
llvm::sys::path::append(
IncludePath
, "include");
Cuda.cpp
187
IncludePath
= InstallPath + "/include";
190
if (!(FS.exists(
IncludePath
) && FS.exists(BinPath)))
Linux.cpp
630
for (const auto &
IncludePath
: LibStdCXXIncludePathCandidates) {
631
if (addLibStdCXXIncludePaths(
IncludePath
, TripleStr,
MSVC.cpp
994
llvm::SmallString<128>
IncludePath
(SDKPath);
995
llvm::sys::path::append(
IncludePath
, "Include");
996
SDKVersion = getHighestNumericTupleInDirectory(VFS,
IncludePath
);
Gnu.cpp
3011
for (const auto &
IncludePath
: LibStdCXXIncludePathCandidates) {
3012
if (addLibStdCXXIncludePaths(
IncludePath
, TripleStr,
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp
40
std::vector<std::pair<IncludeDirGroup, DirectoryLookup> >
IncludePath
;
157
IncludePath
.push_back(
168
IncludePath
.push_back(
557
SearchList.reserve(
IncludePath
.size());
560
for (auto &Include :
IncludePath
)
568
for (auto &Include :
IncludePath
)
575
for (auto &Include :
IncludePath
)
584
for (auto &Include :
IncludePath
)
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SourceMgr.h
178
bool
IncludePath
= false) const;
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h
891
MDString *
IncludePath
;
897
MDString *ConfigurationMacros, MDString *
IncludePath
,
900
ConfigurationMacros(ConfigurationMacros),
IncludePath
(
IncludePath
),
905
IncludePath
(N->getRawIncludePath()),
912
IncludePath
== RHS->getRawIncludePath() &&
919
return hash_combine(Scope, Name, ConfigurationMacros,
IncludePath
);
DebugInfoMetadata.cpp
943
MDString *
IncludePath
, MDString *APINotesFile,
948
IncludePath
, APINotesFile, LineNo, IsDecl));
950
IncludePath
, APINotesFile};
DIBuilder.cpp
888
StringRef
IncludePath
, StringRef APINotesFile,
891
ConfigurationMacros,
IncludePath
, APINotesFile, LineNo,
DebugInfo.cpp
908
const char *
IncludePath
, size_t IncludePathLen,
913
StringRef(
IncludePath
, IncludePathLen),
/src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp
202
/// style, but without the line offset. If \p
IncludePath
is true, the path
205
bool
IncludePath
) const {
210
if (
IncludePath
) {
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
debuginfo_ocaml.c
254
value
IncludePath
, value SysRoot) {
258
caml_string_length(ConfigMacros), String_val(
IncludePath
),
259
caml_string_length(
IncludePath
), String_val(SysRoot),
269
argv[4], //
IncludePath
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
2310
StringRef
IncludePath
, StringRef APINotesFile,
2315
getCanonicalMDString(Context,
IncludePath
),
2321
MDString *ConfigurationMacros, MDString *
IncludePath
,
2334
StringRef ConfigurationMacros, StringRef
IncludePath
,
2337
(File, Scope, Name, ConfigurationMacros,
IncludePath
,
2341
MDString *ConfigurationMacros, MDString *
IncludePath
,
2344
(File, Scope, Name, ConfigurationMacros,
IncludePath
,
DIBuilder.h
785
/// \param
IncludePath
The path to the module map file.
796
StringRef ConfigurationMacros, StringRef
IncludePath
,
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
ToolChain.h
613
virtual std::string detectLibcxxVersion(StringRef
IncludePath
) const;
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h
292
* \param
IncludePath
The path to the module map file.
293
* \param IncludePathLen The length of the C string passed to \c
IncludePath
.
301
const char *
IncludePath
, size_t IncludePathLen,
/src/external/apache2/llvm/dist/clang/lib/Driver/
ToolChain.cpp
879
std::string ToolChain::detectLibcxxVersion(StringRef
IncludePath
) const {
883
SmallString<128> Path(
IncludePath
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
2677
std::string
IncludePath
= Mod.getPath().str();
2680
RemapPath(
IncludePath
));
Completed in 42 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026