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

/external/clang/lib/AST/
H A DExprCXX.cpp852 CXXConstructorDecl *D, bool elidable,
865 Elidable(elidable), HadMultipleCandidates(HadMultipleCandidates),
850 CXXConstructExpr(const ASTContext &C, StmtClass SC, QualType T, SourceLocation Loc, CXXConstructorDecl *D, bool elidable, ArrayRef<Expr*> args, bool HadMultipleCandidates, bool ListInitialization, bool ZeroInitialization, ConstructionKind ConstructKind, SourceRange ParenOrBraceRange) argument

Completed in 84 milliseconds