Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp444 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
448 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, in EmitCompoundStmtWithoutScope() function in CodeGenFunction
H A DCodeGenFunction.cpp1191 EmitCompoundStmtWithoutScope(*S); in EmitFunctionBody()
H A DCGObjC.cpp809 EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody())); in GenerateObjCMethod()
H A DCodeGenFunction.h3169 Address EmitCompoundStmtWithoutScope(const CompoundStmt &S,