Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmt.cpp325 emitDecl(*s.getConditionVariable()); in emitIfStmt()
367 emitDecl(*I); in emitDeclStmt()
673 emitDecl(*s.getConditionVariable()); in emitForStmt()
791 emitDecl(*s.getConditionVariable()); in emitWhileStmt()
875 emitDecl(*s.getConditionVariable()); in emitSwitchStmt()
H A DCIRGenDecl.cpp523 void CIRGenFunction::emitDecl(const Decl &d) { in emitDecl() function in CIRGenFunction
H A DCIRGenFunction.h939 void emitDecl(const clang::Decl &d);