Searched refs:isElidable (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp1850 if (Node->isElidable())
H A DStmtProfile.cpp953 ID.AddBoolean(S->isElidable());
H A DExprConstant.cpp5156 if (E->isElidable() && !ZeroInit)
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp384 if (getLangOpts().ElideConstructors && E->isElidable()) {
H A DCGObjC.cpp3020 CXXConstExpr->isElidable(),
/external/clang/include/clang/AST/
H A DExprCXX.h1128 bool isElidable() const { return Elidable; } function in class:clang::CXXConstructExpr
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1150 Record.push_back(E->isElidable());
/external/clang/tools/libclang/
H A DCIndex.cpp3248 if (!CE->isElidable())
/external/clang/lib/Sema/
H A DTreeTransform.h8552 Constructor, E->isElidable(),
H A DSemaDecl.cpp1433 if (Construct && !Construct->isElidable()) {

Completed in 599 milliseconds