Searched refs:EmitCXXConstructors (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCXX.cpp176 void CodeGenModule::EmitCXXConstructors(const CXXConstructorDecl *D) { function in class:CodeGenModule
H A DCodeGenModule.h928 /// EmitCXXConstructors - Emit constructors (base, complete) from a
930 void EmitCXXConstructors(const CXXConstructorDecl *D);
H A DCodeGenModule.cpp2581 EmitCXXConstructors(cast<CXXConstructorDecl>(D));

Completed in 547 milliseconds