Home
last modified time | relevance | path

Searched defs:ParenOrBraceRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1107 CXXTemporaryObjectExpr(CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) CXXTemporaryObjectExpr() argument
1125 Create(const ASTContext & Ctx,CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) Create() argument
1162 Create(const ASTContext & Ctx,QualType Ty,SourceLocation Loc,CXXConstructorDecl * Ctor,bool Elidable,ArrayRef<Expr * > Args,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization,CXXConstructionKind ConstructKind,SourceRange ParenOrBraceRange) Create() argument
1186 CXXConstructExpr(StmtClass SC,QualType Ty,SourceLocation Loc,CXXConstructorDecl * Ctor,bool Elidable,ArrayRef<Expr * > Args,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization,CXXConstructionKind ConstructKind,SourceRange ParenOrBraceRange) CXXConstructExpr() argument
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7204 SourceRange ParenOrBraceRange = PerformConstructorInitialization() local
7237 SourceRange ParenOrBraceRange; PerformConstructorInitialization() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1552 SourceRange ParenOrBraceRange; variable