Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16206 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16239 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 16248 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16263 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16271 SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 16278 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 16286 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16357 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument 16386 CheckConstructorCall(Constructor, DeclInitType, llvm::ArrayRef(AllArgs), in CompleteConstructorCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5372 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 5381 SourceLocation ConstructLoc, QualType DeclInitType, 5390 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 5401 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 5627 QualType DeclInitType, MultiExprArg ArgsPtr,
|