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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp261 CGF.EmitAutoVarDecl(*CatchParam);
H A DCGDecl.cpp200 return EmitAutoVarDecl(D);
1280 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
1283 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) { function in class:CodeGenFunction
H A DCGObjCMac.cpp4800 CGF.EmitAutoVarDecl(*CatchParam);
4844 CGF.EmitAutoVarDecl(*CatchParam);
H A DCodeGenFunction.h2903 /// EmitAutoVarDecl - Emit an auto variable declaration.
2906 void EmitAutoVarDecl(const VarDecl &D);
H A DCGStmtOpenMP.cpp4401 EmitAutoVarDecl(

Completed in 191 milliseconds