Searched refs:Elidable (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp837 CXXConstructorDecl *D, bool Elidable,
845 Elidable, Args,
866 Elidable(elidable), HadMultipleCandidates(HadMultipleCandidates),
835 Create(const ASTContext &C, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool Elidable, ArrayRef<Expr*> Args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h1077 bool Elidable : 1;
1097 : Expr(SC, Empty), Constructor(0), NumArgs(0), Elidable(false),
1106 NumArgs(0), Elidable(false), HadMultipleCandidates(false),
1113 CXXConstructorDecl *D, bool Elidable,
1128 bool isElidable() const { return Elidable; }
1129 void setElidable(bool E) { Elidable = E; }
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp10438 bool Elidable = false; local
10453 Elidable = SubExpr->isTemporaryObject(Context, Constructor->getParent());
10457 Elidable, ExprArgs, HadMultipleCandidates,
10466 CXXConstructorDecl *Constructor, bool Elidable,
10475 Constructor, Elidable, ExprArgs,
10465 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
H A DSemaInit.cpp4931 bool Elidable = CurInitExpr->isTemporaryObject(S.Context, Class);
5018 CurInit = S.BuildCXXConstructExpr(Loc, T, Constructor, Elidable,
5230 Constructor, /*Elidable=*/true,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3730 CXXConstructorDecl *Constructor, bool Elidable,

Completed in 314 milliseconds