Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp262 CGF.EmitAutoVarDecl(*CatchParam); in EmitTryCatchStmt()
H A DCGDecl.cpp220 return EmitAutoVarDecl(D); in EmitVarDecl()
1348 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) { in EmitAutoVarDecl() function in CodeGenFunction
H A DCGObjCMac.cpp4748 CGF.EmitAutoVarDecl(*CatchParam); in EmitTryOrSynchronizedStmt()
4792 CGF.EmitAutoVarDecl(*CatchParam); in EmitTryOrSynchronizedStmt()
H A DCodeGenFunction.h3353 void EmitAutoVarDecl(const VarDecl &D);
H A DCGStmtOpenMP.cpp5536 EmitAutoVarDecl( in EmitOMPScanDirective()