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

  /external/clang/lib/CodeGen/
CGCXX.cpp 189 void CodeGenModule::EmitCXXConstructor(const CXXConstructorDecl *ctor,
CodeGenModule.h 847 /// EmitCXXConstructor - Emit a single constructor with the given type from
849 void EmitCXXConstructor(const CXXConstructorDecl *D, CXXCtorType Type);
    [all...]
CodeGenModule.cpp 881 EmitCXXConstructor(CD, GD.getCtorType());
    [all...]

Completed in 36 milliseconds