Home
last modified time | relevance | path

Searched refs:EmitAutoVarDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp262 CGF.EmitAutoVarDecl(*CatchParam); in EmitTryCatchStmt()
H A DCGDecl.cpp217 return EmitAutoVarDecl(D); in EmitVarDecl()
1346 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) { in EmitAutoVarDecl() function in CodeGenFunction
H A DCGObjCMac.cpp4739 CGF.EmitAutoVarDecl(*CatchParam); in EmitTryOrSynchronizedStmt()
4783 CGF.EmitAutoVarDecl(*CatchParam); in EmitTryOrSynchronizedStmt()
H A DCodeGenFunction.h3135 void EmitAutoVarDecl(const VarDecl &D);
H A DCGStmtOpenMP.cpp5479 EmitAutoVarDecl( in EmitOMPScanDirective()