Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp486 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
490 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, in EmitCompoundStmtWithoutScope() function in CodeGenFunction
H A DCodeGenFunction.cpp1248 EmitCompoundStmtWithoutScope(*S); in EmitFunctionBody()
H A DCGObjC.cpp812 EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody())); in GenerateObjCMethod()
H A DCodeGenFunction.h3229 Address EmitCompoundStmtWithoutScope(const CompoundStmt &S,