Home
last modified time | relevance | path

Searched refs:emitCompoundStmtWithoutScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp26 void CIRGenFunction::emitCompoundStmtWithoutScope(const CompoundStmt &s) { in emitCompoundStmtWithoutScope() function in CIRGenFunction
46 emitCompoundStmtWithoutScope(s); in emitCompoundStmt()
248 emitCompoundStmtWithoutScope(cast<CompoundStmt>(*s)); in emitSimpleStmt()
H A DCIRGenFunction.cpp416 emitCompoundStmtWithoutScope(*block); in emitFunctionBody()
H A DCIRGenFunction.h937 void emitCompoundStmtWithoutScope(const clang::CompoundStmt &s);