Searched refs:EmitStopPoint (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp35 void CodeGenFunction::EmitStopPoint(const Stmt *S) { function in class:CodeGenFunction
72 EmitStopPoint(S);
447 EmitStopPoint(&S);
1056 EmitStopPoint(&S);
1069 EmitStopPoint(&S);
1081 EmitStopPoint(&S);
H A DCodeGenFunction.h1828 /// EmitStopPoint - Emit a debug stoppoint if we are emitting debug info.
1829 void EmitStopPoint(const Stmt *S);

Completed in 104 milliseconds