Searched refs:isElidable (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 127 if (CCE && CCE->isElidable() && !isa<CXXTemporaryObjectExpr>(CCE)) { in IgnoreElidableImplicitConstructorSingleStep()
|
H A D | ExprCXX.h | 1615 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ConstructionContext.cpp | 75 assert(ElidedCE->isElidable()); in createMaterializedTemporaryFromLayers()
|
H A D | CFG.cpp | 1459 if (BuildOpts.MarkElidedCXXConstructors && CE->isElidable()) { in findConstructionContexts()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ParentMapContext.cpp | 251 if (C->getSourceRange() == SR || C->isElidable()) in AscendIgnoreUnlessSpelledInSource()
|
H A D | JSONNodeDumper.cpp | 1504 attributeOnlyIfTrue("elidable", CE->isElidable()); in VisitCXXConstructExpr()
|
H A D | StmtProfile.cpp | 2049 ID.AddBoolean(S->isElidable()); in VisitCXXConstructExpr()
|
H A D | TextNodeDumper.cpp | 1570 if (Node->isElidable()) in VisitCXXConstructExpr()
|
H A D | Expr.cpp | 3136 if (A->getSourceRange() == E->getSourceRange() || C->isElidable()) in IgnoreUnlessSpelledInSource()
|
H A D | ASTImporter.cpp | 8309 E->isElidable(), ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
|
H A D | ExprConstant.cpp | 10507 if (E->isElidable() && !ZeroInit) { in VisitCXXConstructExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ConstructionContext.h | 565 assert(ElidedCE && ElidedCE->isElidable() && ElidedCC); in ElidedTemporaryObjectConstructionContext()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 623 if (getLangOpts().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
|
H A D | CGObjC.cpp | 3878 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8578 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1711 Record.push_back(E->isElidable()); in VisitCXXConstructExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 14180 T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args, in TransformCXXConstructExpr()
|
H A D | SemaDecl.cpp | 2006 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()
|