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 248 CGF.EmitAutoVarDecl(*CatchParam);
CGStmt.cpp 381 EmitAutoVarDecl(*S.getConditionVariable());
464 EmitAutoVarDecl(*S.getConditionVariable());
594 EmitAutoVarDecl(*S.getConditionVariable());
    [all...]
CGDecl.cpp 114 return EmitAutoVarDecl(D);
751 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
754 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) {
    [all...]
CGClass.cpp 642 EmitAutoVarDecl(*ArrayIndexes[I]);
    [all...]
CodeGenFunction.h     [all...]
CGObjCMac.cpp     [all...]

Completed in 39 milliseconds