OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCtorType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
GlobalDecl.h
104
CXXCtorType
getCtorType
() const {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenPGO.cpp
807
if (GD.
getCtorType
() != Ctor_Base &&
ItaniumCXXABI.cpp
95
switch (GD.
getCtorType
()) {
1623
if ((isa<CXXConstructorDecl>(GD.getDecl()) ? GD.
getCtorType
() == Ctor_Base
3030
if (isa<CXXConstructorDecl>(MD) && GD.
getCtorType
() == Ctor_Base)
4298
if (CD ? GD.
getCtorType
() == Ctor_Complete
CGClass.cpp
650
if (CGF.CurGD.
getCtorType
() == Ctor_Base)
843
CXXCtorType CtorType = CurGD.
getCtorType
();
2431
CurGD.
getCtorType
() == Ctor_Complete ? Dtor_Complete : Dtor_Base;
CodeGenModule.cpp
1321
CXXCtorType OrigCtorType = GD.
getCtorType
();
1378
MangleCtx.mangleCtorBlock(CD, GD.
getCtorType
(), BD, Out);
3480
GDDef = GlobalDecl(CD, GD.
getCtorType
());
CGExprCXX.cpp
635
Type = CurGD.
getCtorType
();
CodeGenFunction.cpp
1260
getTypes().inheritingCtorHasParams(Inherited, GD.
getCtorType
());
CGCall.cpp
322
PassParams = inheritingCtorHasParams(Inherited, GD.
getCtorType
());
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
3320
auto Type = GD.
getCtorType
();
ItaniumMangle.cpp
6159
auto Type = GD.
getCtorType
();
Completed in 43 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026