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 47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type)
62 CXXCtorType getCtorType() const {
64 return static_cast<CXXCtorType>(Value.getInt());
Mangle.h 110 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
119 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
  /external/clang/lib/CodeGen/
CodeGenTypes.h 190 CXXCtorType Type);
193 CXXCtorType CtorKind,
CGCXX.cpp 200 CXXCtorType ctorType) {
230 CXXCtorType ctorType,
CGCXXABI.h 249 CXXCtorType T,
332 CXXCtorType Type, bool ForVirtualBase,
CodeGenModule.h 792 GetAddrOfCXXConstructor(const CXXConstructorDecl *ctor, CXXCtorType ctorType,
    [all...]
CGClass.cpp 386 CXXCtorType CtorType) {
698 CXXCtorType CtorType = CurGD.getCtorType();
    [all...]
CodeGenFunction.h     [all...]
ItaniumCXXABI.cpp 142 CXXCtorType T, CanQualType &ResTy,
168 CXXCtorType Type, bool ForVirtualBase,
    [all...]
MicrosoftCXXABI.cpp 95 CXXCtorType Type, CanQualType &ResTy,
185 CXXCtorType Type, bool ForVirtualBase,
788 const CXXConstructorDecl *Ctor, CXXCtorType Type, CanQualType &ResTy,
    [all...]
CGExprCXX.cpp 398 CXXCtorType Type = Ctor_Complete;
    [all...]
CGCall.cpp 223 CXXCtorType ctorKind) {
250 CXXCtorType CtorKind,
    [all...]
  /external/clang/include/clang/Basic/
ABI.h 24 enum CXXCtorType {
  /external/clang/lib/AST/
Mangle.cpp 190 CXXCtorType CT, const BlockDecl *BD,
ItaniumMangle.cpp 148 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
264 const CXXConstructorDecl *D, CXXCtorType Type)
377 void mangleCXXCtorType(CXXCtorType T);
    [all...]
MicrosoftMangle.cpp 128 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
    [all...]

Completed in 915 milliseconds