OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstantiatedFrom
(Results
1 - 3
of
3
) sorted by relevancy
/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
...]
/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/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
...]
Completed in 26 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026