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 257 CGF.EmitAutoVarDecl(*CatchParam);
CGStmt.cpp 481 EmitAutoVarDecl(*S.getConditionVariable());
657 EmitAutoVarDecl(*S.getConditionVariable());
821 EmitAutoVarDecl(*S.getConditionVariable());
    [all...]
CGDecl.cpp 146 return EmitAutoVarDecl(D);
819 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
822 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) {
    [all...]
CGClass.cpp 632 EmitAutoVarDecl(*ArrayIndexes[I]);
    [all...]
CodeGenFunction.h     [all...]
CGObjCMac.cpp     [all...]

Completed in 62 milliseconds