Searched refs:isElidable (Results 1 – 19 of 19) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | IgnoreExpr.h | 126 if (CCE && CCE->isElidable() && !isa<CXXTemporaryObjectExpr>(CCE)) { in IgnoreElidableImplicitConstructorSingleStep()
|
| H A D | ExprCXX.h | 1538 bool isElidable() const { return CXXConstructExprBits.Elidable; } in isElidable() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ConstructionContext.cpp | 75 assert(ElidedCE->isElidable()); in createMaterializedTemporaryFromLayers()
|
| H A D | CFG.cpp | 1374 if (BuildOpts.MarkElidedCXXConstructors && CE->isElidable()) { in findConstructionContexts()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ParentMapContext.cpp | 232 if (C->getSourceRange() == SR || C->isElidable()) in AscendIgnoreUnlessSpelledInSource()
|
| H A D | JSONNodeDumper.cpp | 1313 attributeOnlyIfTrue("elidable", CE->isElidable()); in VisitCXXConstructExpr()
|
| H A D | TextNodeDumper.cpp | 1161 if (Node->isElidable()) in VisitCXXConstructExpr()
|
| H A D | StmtProfile.cpp | 1889 ID.AddBoolean(S->isElidable()); in VisitCXXConstructExpr()
|
| H A D | Expr.cpp | 2922 if (A->getSourceRange() == E->getSourceRange() || C->isElidable()) in IgnoreUnlessSpelledInSource()
|
| H A D | ASTImporter.cpp | 7491 E->isElidable(), ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
|
| H A D | ExprConstant.cpp | 9914 if (E->isElidable() && !ZeroInit) in VisitCXXConstructExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | ConstructionContext.h | 542 assert(ElidedCE && ElidedCE->isElidable() && ElidedCC); in ElidedTemporaryObjectConstructionContext()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 614 if (getLangOpts().ElideConstructors && E->isElidable()) { in EmitCXXConstructExpr()
|
| H A D | CGObjC.cpp | 3819 CXXConstExpr->isElidable(), in GenerateObjCAtomicGetterCopyHelperFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7820 if (CtorExpr->isElidable()) { in AST_MATCHER_P()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1585 Record.push_back(E->isElidable()); in VisitCXXConstructExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 4501 if (!CE->isElidable()) in getDeclFromExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 12516 T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args, in TransformCXXConstructExpr()
|
| H A D | SemaDecl.cpp | 1834 if (Construct && !Construct->isElidable()) { in ShouldDiagnoseUnusedDecl()
|