Searched defs:Elidable (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp836 CXXConstructorDecl *D, bool Elidable,
844 Elidable, Args,
865 Elidable(elidable), HadMultipleCandidates(HadMultipleCandidates),
834 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
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp10715 bool Elidable = false; local
10730 Elidable = SubExpr->isTemporaryObject(Context, Constructor->getParent());
10734 Elidable, ExprArgs, HadMultipleCandidates,
10743 CXXConstructorDecl *Constructor, bool Elidable,
10752 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs,
10742 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument

Completed in 2429 milliseconds