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

/external/clang/lib/AST/
H A DExprCXX.cpp720 CXXConstructorDecl *D, bool Elidable,
728 Elidable, Args,
748 Elidable(elidable), HadMultipleCandidates(HadMultipleCandidates),
718 Create(ASTContext &C, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool Elidable, ArrayRef<Expr*> Args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenRange) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9054 bool Elidable = false; local
9069 Elidable = SubExpr->isTemporaryObject(Context, Constructor->getParent());
9073 Elidable, ExprArgs, HadMultipleCandidates,
9081 CXXConstructorDecl *Constructor, bool Elidable,
9089 Constructor, Elidable, ExprArgs,
9080 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument

Completed in 99 milliseconds