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

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1549 /// HaveInsertPoint - True if an insertion point is defined. If not, this
1551 bool HaveInsertPoint() const { function in namespace:clang::CodeGen
1560 if (!HaveInsertPoint())

Completed in 71 milliseconds