Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp282 ConstantExprBits.HasCleanup = false; in ConstantExpr()
342 if (!ConstantExprBits.HasCleanup && Value.needsCleanup()) { in MoveIntoResult()
343 ConstantExprBits.HasCleanup = true; in MoveIntoResult()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp559 E->ConstantExprBits.HasCleanup = false; // Not serialized, see below. in VisitConstantExpr()
573 E->ConstantExprBits.HasCleanup = true; in VisitConstantExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h342 unsigned HasCleanup : 1; variable