OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrigVD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp
150
const auto *
OrigVD
=
152
if (EmittedAsPrivate.insert(
OrigVD
->getCanonicalDecl()).second) {
154
CGF,
OrigVD
,
157
OrigVD
->getType().getNonReferenceType()))),
158
CGF.getContext().getDeclAlign(
OrigVD
)));
287
if (const auto *
OrigVD
= dyn_cast<VarDecl>(OrigDRE->getDecl())) {
288
OrigVD
=
OrigVD
->getCanonicalDecl();
290
LambdaCaptureFields.lookup(
OrigVD
) ||
291
(CapturedStmtInfo && CapturedStmtInfo->lookup(
OrigVD
)) ||
[
all
...]
CGOpenMPRuntime.cpp
985
const VarDecl *
OrigVD
= nullptr;
993
OrigVD
= cast<VarDecl>(DE->getDecl());
999
OrigVD
= cast<VarDecl>(DE->getDecl());
1001
return
OrigVD
;
1007
if (const VarDecl *
OrigVD
= ::getBaseDecl(ClausesData[N].Ref, DE)) {
1008
BaseDecls.emplace_back(
OrigVD
);
1011
loadToBegin(CGF,
OrigVD
->getType(), SharedAddresses[N].first.getType(),
1020
return castToBase(CGF,
OrigVD
->getType(),
Completed in 28 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026