Searched refs:CXXDefaultInitExprScope (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h885 class CXXDefaultInitExprScope { class in class:clang::CodeGen::CodeGenFunction
887 CXXDefaultInitExprScope(CodeGenFunction &CGF) function in class:clang::CodeGen::CodeGenFunction::CXXDefaultInitExprScope
891 ~CXXDefaultInitExprScope() {
H A DCGExprAgg.cpp165 CodeGenFunction::CXXDefaultInitExprScope Scope(CGF);
H A DCGExprComplex.cpp190 CodeGenFunction::CXXDefaultInitExprScope Scope(CGF);
H A DCGExpr.cpp827 CXXDefaultInitExprScope Scope(*this);
H A DCGExprScalar.cpp348 CodeGenFunction::CXXDefaultInitExprScope Scope(CGF);

Completed in 103 milliseconds