Searched defs:ClearInsertionPoint (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h63 ClearInsertionPoint();
72 void ClearInsertionPoint() { function in class:llvm::IRBuilderBase
164 ClearInsertionPoint();
173 ClearInsertionPoint();
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp530 bool ClearInsertionPoint=true) override;
2659 bool ClearInsertionPoint) {
2675 if (ClearInsertionPoint)
2676 CGF.Builder.ClearInsertionPoint();
2657 EmitThrowStmt(CodeGenFunction &CGF, const ObjCAtThrowStmt &S, bool ClearInsertionPoint) argument
H A DCGObjCMac.cpp1243 bool ClearInsertionPoint=true) override;
1537 bool ClearInsertionPoint=true) override;
4094 bool ClearInsertionPoint) {
4112 if (ClearInsertionPoint)
4113 CGF.Builder.ClearInsertionPoint();
6979 bool ClearInsertionPoint) {
6991 if (ClearInsertionPoint)
6992 CGF.Builder.ClearInsertionPoint();
4092 EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, bool ClearInsertionPoint) argument
6977 EmitThrowStmt(CodeGen::CodeGenFunction &CGF, const ObjCAtThrowStmt &S, bool ClearInsertionPoint) argument

Completed in 1238 milliseconds