HomeSort by relevance Sort by last modified time
    Searched refs:CXXCtorType (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/AST/
GlobalDecl.h 46 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type)
61 CXXCtorType getCtorType() const {
63 return static_cast<CXXCtorType>(Value.getInt());
Mangle.h 118 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
126 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
  /external/clang/include/clang/Basic/
ABI.h 24 enum CXXCtorType {
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 41 CXXCtorType Type,
60 CXXCtorType Type, bool ForVirtualBase,
129 CXXCtorType Type,
243 CXXCtorType Type, bool ForVirtualBase,
CGCXXABI.h 184 CXXCtorType T,
214 CXXCtorType Type, bool ForVirtualBase,
CodeGenTypes.h 190 CXXCtorType Type);
ItaniumCXXABI.cpp 100 CXXCtorType T,
117 CXXCtorType Type, bool ForVirtualBase,
154 CXXCtorType T,
735 CXXCtorType Type,
749 CXXCtorType Type,
    [all...]
CGCXX.cpp 191 CXXCtorType ctorType) {
216 CXXCtorType ctorType,
CodeGenModule.h 701 CXXCtorType ctorType,
    [all...]
CGClass.cpp 383 CXXCtorType CtorType) {
708 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CodeGenFunction.h     [all...]
CGCall.cpp 202 CXXCtorType ctorKind) {
    [all...]
CGExprCXX.cpp 493 CXXCtorType Type = Ctor_Complete;
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 86 CXXCtorType CT, const BlockDecl *BD,
ItaniumMangle.cpp 138 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
235 const CXXConstructorDecl *D, CXXCtorType Type)
343 void mangleCXXCtorType(CXXCtorType T);
    [all...]
MicrosoftMangle.cpp 153 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
    [all...]

Completed in 70 milliseconds