Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp510 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot); in EmitCompoundStmt()
514 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, in EmitCompoundStmtWithoutScope() function in CodeGenFunction
H A DCodeGenFunction.cpp1333 EmitCompoundStmtWithoutScope(*S); in EmitFunctionBody()
H A DCGObjC.cpp812 EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody())); in GenerateObjCMethod()
H A DCodeGenFunction.h3540 Address EmitCompoundStmtWithoutScope(const CompoundStmt &S,