Home
last modified time | relevance | path

Searched refs:isElidable (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h127 if (CCE && CCE->isElidable() && !isa<CXXTemporaryObjectExpr>(CCE)) { in IgnoreElidableImplicitConstructorSingleStep()
H A DExprCXX.h1615 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp75 assert(ElidedCE->isElidable()); in createMaterializedTemporaryFromLayers()
H A DCFG.cpp1459 if (BuildOpts.MarkElidedCXXConstructors && CE->isElidable()) { in findConstructionContexts()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp251 if (C->getSourceRange() == SR || C->isElidable()) in AscendIgnoreUnlessSpelledInSource()
H A DJSONNodeDumper.cpp1504 attributeOnlyIfTrue("elidable", CE->isElidable()); in VisitCXXConstructExpr()
H A DStmtProfile.cpp2049 ID.AddBoolean(S->isElidable()); in VisitCXXConstructExpr()
H A DTextNodeDumper.cpp1570 if (Node->isElidable()) in VisitCXXConstructExpr()
H A DExpr.cpp3136 if (A->getSourceRange() == E->getSourceRange() || C->isElidable()) in IgnoreUnlessSpelledInSource()
H A DASTImporter.cpp8309 E->isElidable(), ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
H A DExprConstant.cpp10507 if (E->isElidable() && !ZeroInit) { in VisitCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h565 assert(ElidedCE && ElidedCE->isElidable() && ElidedCC); in ElidedTemporaryObjectConstructionContext()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp623 if (getLangOpts().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
H A DCGObjC.cpp3878 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8578 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1711 Record.push_back(E->isElidable()); in VisitCXXConstructExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h14180 T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args, in TransformCXXConstructExpr()
H A DSemaDecl.cpp2006 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()