Home
last modified time | relevance | path

Searched refs:cxxDestructorCanThrow (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp1727 bool CodeGenFunction::cxxDestructorCanThrow(QualType T) { in cxxDestructorCanThrow() function in CodeGenFunction
1791 if (CodeGenFunction::cxxDestructorCanThrow(CaptureTy)) in getBlockCaptureStr()
1885 !ForCopyHelper && CGF.cxxDestructorCanThrow(CaptureType); in pushCaptureCleanup()
H A DCGDecl.cpp2071 cxxDestructorCanThrow(emission.Variable->getType())); in EmitAutoVarCleanups()
H A DCodeGenFunction.h2081 static bool cxxDestructorCanThrow(QualType T);