OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstantiatedFrom
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
IssueHash.cpp
39
if (const FunctionDecl *
InstantiatedFrom
=
41
Target =
InstantiatedFrom
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
3540
NamedDecl *
InstantiatedFrom
;
3545
UsingPackDecl(DeclContext *DC, NamedDecl *
InstantiatedFrom
,
3548
InstantiatedFrom
?
InstantiatedFrom
->getLocation()
3550
InstantiatedFrom
?
InstantiatedFrom
->getDeclName()
3552
InstantiatedFrom
(
InstantiatedFrom
), NumExpansions(UsingDecls.size()) {
3567
NamedDecl *getInstantiatedFromUsingDecl() const { return
InstantiatedFrom
; }
3576
NamedDecl *
InstantiatedFrom
,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
1142
CXXRecordDecl *
InstantiatedFrom
= RD->getInstantiatedFromMemberClass();
1143
if (
InstantiatedFrom
)
1144
return getVisibilityOf(
InstantiatedFrom
, kind);
1172
VarDecl *
InstantiatedFrom
= Var->getInstantiatedFromStaticDataMember();
1173
if (
InstantiatedFrom
)
1174
return getVisibilityOf(
InstantiatedFrom
, kind);
1194
FunctionDecl *
InstantiatedFrom
= fn->getInstantiatedFromMemberFunction();
1195
if (
InstantiatedFrom
)
1196
return getVisibilityOf(
InstantiatedFrom
, kind);
2953
if (const FunctionDecl *
InstantiatedFrom
[
all
...]
DeclCXX.cpp
3086
NamedDecl *
InstantiatedFrom
,
3089
return new (C, DC, Extra) UsingPackDecl(DC,
InstantiatedFrom
, UsingDecls);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
9197
NamedDecl *
InstantiatedFrom
= nullptr;
9215
InstantiatedFrom
= Method->getInstantiatedFromMemberFunction();
9228
InstantiatedFrom
= PrevVar->getInstantiatedFromStaticDataMember();
9237
InstantiatedFrom
= PrevRecord->getInstantiatedFromMemberClass();
9246
InstantiatedFrom
= PrevEnum->getInstantiatedFromMemberEnum();
9265
if (
InstantiatedFrom
&& isa<CXXMethodDecl>(Member)) {
9267
cast<CXXMethodDecl>(
InstantiatedFrom
),
9269
} else if (
InstantiatedFrom
&& isa<CXXRecordDecl>(Member)) {
9271
cast<CXXRecordDecl>(
InstantiatedFrom
),
9281
if (!
InstantiatedFrom
) {
[
all
...]
SemaDeclCXX.cpp
12257
NamedDecl *Sema::BuildUsingPackDecl(NamedDecl *
InstantiatedFrom
,
12259
assert(isa<UnresolvedUsingValueDecl>(
InstantiatedFrom
) ||
12260
isa<UnresolvedUsingTypenameDecl>(
InstantiatedFrom
) ||
12261
isa<UsingPackDecl>(
InstantiatedFrom
));
12264
UsingPackDecl::Create(Context, CurContext,
InstantiatedFrom
, Expansions);
12265
UPD->setAccess(
InstantiatedFrom
->getAccess());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1656
D->
InstantiatedFrom
= readDeclAs<NamedDecl>();
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
5701
NamedDecl *BuildUsingPackDecl(NamedDecl *
InstantiatedFrom
,
Completed in 113 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026