HomeSort by relevance Sort by last modified time
    Searched refs:EmitAutoVarDecl (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 256 CGF.EmitAutoVarDecl(*CatchParam);
CGStmt.cpp 391 EmitAutoVarDecl(*S.getConditionVariable());
474 EmitAutoVarDecl(*S.getConditionVariable());
604 EmitAutoVarDecl(*S.getConditionVariable());
    [all...]
CGDecl.cpp 115 return EmitAutoVarDecl(D);
771 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
774 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) {
    [all...]
CGClass.cpp 642 EmitAutoVarDecl(*ArrayIndexes[I]);
    [all...]
CodeGenFunction.h     [all...]
CGObjCMac.cpp     [all...]

Completed in 49 milliseconds