Searched refs:DeclInitType (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16035 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16068 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 16077 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16092 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16100 SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 16107 DeclInitType->getBaseElementTypeUnsafe()->getAsCXXRecordDecl()) && in BuildCXXConstructExpr() 16115 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16190 QualType DeclInitType, MultiExprArg ArgsPtr, in CompleteConstructorCall() argument 16218 CheckConstructorCall(Constructor, DeclInitType, in CompleteConstructorCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6378 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 6387 SourceLocation ConstructLoc, QualType DeclInitType, 6396 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 6421 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType); 6668 QualType DeclInitType, MultiExprArg ArgsPtr,
|