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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp257 CGF.EmitAutoVarDecl(*CatchParam);
H A DCGStmt.cpp481 EmitAutoVarDecl(*S.getConditionVariable());
657 EmitAutoVarDecl(*S.getConditionVariable());
821 EmitAutoVarDecl(*S.getConditionVariable());
1491 EmitAutoVarDecl(*S.getConditionVariable());
1517 EmitAutoVarDecl(*S.getConditionVariable());
H A DCGDecl.cpp146 return EmitAutoVarDecl(D);
819 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
822 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) { function in class:CodeGenFunction
H A DCGClass.cpp632 EmitAutoVarDecl(*ArrayIndexes[I]);
H A DCodeGenFunction.h1732 /// EmitAutoVarDecl - Emit an auto variable declaration.
1735 void EmitAutoVarDecl(const VarDecl &D);
H A DCGObjCMac.cpp3961 CGF.EmitAutoVarDecl(*CatchParam);
4005 CGF.EmitAutoVarDecl(*CatchParam);

Completed in 93 milliseconds