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 579 EmitAutoVarDecl(*S.getConditionVariable());
686 EmitAutoVarDecl(*S.getConditionVariable());
843 EmitAutoVarDecl(*S.getConditionVariable());
    [all...]
CGDecl.cpp 160 return EmitAutoVarDecl(D);
901 /// EmitAutoVarDecl - Emit code and set up an entry in LocalDeclMap for a
904 void CodeGenFunction::EmitAutoVarDecl(const VarDecl &D) {
    [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp 788 EmitAutoVarDecl(*ArrayIndexes[I]);
    [all...]
CodeGenFunction.h     [all...]

Completed in 340 milliseconds