Home
last modified time | relevance | path

Searched refs:EmitCompoundStmtWithoutScope (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp332 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
336 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, in EmitCompoundStmtWithoutScope() function in CodeGenFunction
DCodeGenFunction.cpp910 EmitCompoundStmtWithoutScope(*S); in EmitFunctionBody()
DCodeGenFunction.h2257 Address EmitCompoundStmtWithoutScope(const CompoundStmt &S,
DCGObjC.cpp563 EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody())); in GenerateObjCMethod()