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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1340 /// HaveInsertPoint - True if an insertion point is defined. If not, this
1342 bool HaveInsertPoint() const { function in class:clang::CodeGen::CodeGenFunction
1351 if (!HaveInsertPoint())

Completed in 55 milliseconds