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

  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 32 CXXCtorType Type,
CGCXXABI.h 152 CXXCtorType T,
CodeGenTypes.h 160 CXXCtorType Type);
CGCXX.cpp 190 CXXCtorType ctorType) {
213 CXXCtorType ctorType,
CodeGenModule.h 605 CXXCtorType ctorType,
849 void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type);
    [all...]
ItaniumCXXABI.cpp 97 CXXCtorType T,
132 CXXCtorType T,
679 CXXCtorType Type,
693 CXXCtorType Type,
    [all...]
CGClass.cpp 372 CXXCtorType CtorType) {
690 CXXCtorType CtorType = CurGD.getCtorType();
734 CXXCtorType CtorType,
    [all...]
CodeGenFunction.h     [all...]
CGExprCXX.cpp 444 CXXCtorType Type = Ctor_Complete;
    [all...]
CGCall.cpp 139 CXXCtorType Type) {
    [all...]
  /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 116 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
123 void mangleCtorBlock(const CXXConstructorDecl *CD, CXXCtorType CT,
  /external/clang/include/clang/Basic/
ABI.h 22 /// CXXCtorType - C++ constructor types
23 enum CXXCtorType {
  /external/clang/lib/AST/
Mangle.cpp 68 CXXCtorType CT, const BlockDecl *BD,
ItaniumMangle.cpp 113 void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
203 const CXXConstructorDecl *D, CXXCtorType Type)
310 void mangleCXXCtorType(CXXCtorType T);
    [all...]
MicrosoftMangle.cpp 99 virtual void mangleCXXCtor(const CXXConstructorDecl *D, CXXCtorType Type,
    [all...]

Completed in 733 milliseconds