Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4957 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 4966 SourceLocation ConstructLoc, QualType DeclInitType, 4975 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 4986 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 5212 QualType DeclInitType, MultiExprArg ArgsPtr,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 15917 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 15950 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15959 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 15974 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15982 SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15989 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 15997 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16068 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument 16096 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
|