OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInheritedConstructor
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Interp.cpp
351
auto *Inherited = CD->
getInheritedConstructor
().getConstructor();
361
<< CD->
getInheritedConstructor
().getConstructor()->getParent();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
3106
if (CtorX->
getInheritedConstructor
() &&
3107
!isSameEntity(CtorX->
getInheritedConstructor
().getConstructor(),
3108
CtorY->
getInheritedConstructor
().getConstructor()))
ASTWriterDecl.cpp
1395
if (auto Inherited = D->
getInheritedConstructor
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp
4870
if (Ctor->
getInheritedConstructor
())
7249
assert(CD->
getInheritedConstructor
() &&
7253
S, Loc, CD->
getInheritedConstructor
().getShadowDecl());
8745
cast<CXXConstructorDecl>(MD)->
getInheritedConstructor
().getConstructor();
13145
->
getInheritedConstructor
()
13214
Ctor->
getInheritedConstructor
().getShadowDecl());
13222
assert(Constructor->
getInheritedConstructor
() &&
13242
Constructor->
getInheritedConstructor
().getShadowDecl();
13244
Constructor->
getInheritedConstructor
().getConstructor();
SemaInit.cpp
9304
if (auto Inherited = Constructor->
getInheritedConstructor
())
9386
<< (Constructor->
getInheritedConstructor
() ? 2 :
SemaExpr.cpp
259
<< Ctor->
getInheritedConstructor
().getConstructor()->getParent();
16873
return CCD && CCD->
getInheritedConstructor
();
16976
} else if (Constructor->
getInheritedConstructor
()) {
TreeTransform.h
3209
FoundCtor = Constructor->
getInheritedConstructor
().getConstructor();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
2639
InheritedConstructor
getInheritedConstructor
() const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp
1258
if (auto Inherited = CD->
getInheritedConstructor
())
CGClass.cpp
2166
if (auto Inherited = D->
getInheritedConstructor
()) {
CGCall.cpp
321
if (auto Inherited = CD->
getInheritedConstructor
())
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
827
if (auto Inherited = CD->
getInheritedConstructor
())
1562
cast<CXXConstructorDecl>(ND)->
getInheritedConstructor
()) {
ExprConstant.cpp
5480
auto *Inherited = CD->
getInheritedConstructor
().getConstructor();
5490
<< CD->
getInheritedConstructor
().getConstructor()->getParent();
Completed in 131 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026