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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp114 return EmitAutoVarDecl(D);
768 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
771 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) { function in class:CodeGenFunction

Completed in 73 milliseconds