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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp493 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
497 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, function in class:CodeGenFunction
H A DCodeGenFunction.cpp1261 EmitCompoundStmtWithoutScope(*S);
H A DCGObjC.cpp812 EmitCompoundStmtWithoutScope(*cast<CompoundStmt>(OMD->getBody()));
H A DCodeGenFunction.h3314 Address EmitCompoundStmtWithoutScope(const CompoundStmt &S,

Completed in 285 milliseconds