reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/ASTMatchers/ASTMatchers.h
 6621     if (CtorExpr->isElidable()) {
tools/clang/include/clang/Analysis/ConstructionContext.h
  539     assert(ElidedCE && ElidedCE->isElidable() && ElidedCC);
tools/clang/lib/AST/ASTImporter.cpp
 7125       E->isElidable(), ToArgs, E->hadMultipleCandidates(),
tools/clang/lib/AST/ExprConstant.cpp
 9028   if (E->isElidable() && !ZeroInit)
tools/clang/lib/AST/JSONNodeDumper.cpp
 1302   attributeOnlyIfTrue("elidable", CE->isElidable());
tools/clang/lib/AST/StmtProfile.cpp
 1682   ID.AddBoolean(S->isElidable());
tools/clang/lib/AST/TextNodeDumper.cpp
  898   if (Node->isElidable())
tools/clang/lib/Analysis/CFG.cpp
 1375     if (BuildOpts.MarkElidedCXXConstructors && CE->isElidable()) {
tools/clang/lib/Analysis/ConstructionContext.cpp
   75     assert(ElidedCE->isElidable());
tools/clang/lib/CodeGen/CGExprCXX.cpp
  596   if (getLangOpts().ElideConstructors && E->isElidable()) {
tools/clang/lib/CodeGen/CGObjC.cpp
 3643                              CXXConstExpr->isElidable(),
tools/clang/lib/Sema/SemaDecl.cpp
 1799           if (Construct && !Construct->isElidable()) {
tools/clang/lib/Sema/TreeTransform.h
11281       T, /*FIXME:*/ E->getBeginLoc(), Constructor, E->isElidable(), Args,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1390   Record.push_back(E->isElidable());
tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  305         if (CEArg->isElidable()) {
tools/clang/tools/libclang/CIndex.cpp
 4362     if (!CE->isElidable())