Lines Matching defs:ConstructLoc
16015 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
16048 return BuildCXXConstructExpr(ConstructLoc, DeclInitType,
16057 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
16063 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow);
16067 if (DiagnoseUseOfOverloadedDecl(Constructor, ConstructLoc))
16072 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs,
16080 SourceLocation ConstructLoc, QualType DeclInitType,
16089 MarkFunctionReferenced(ConstructLoc, Constructor);
16090 if (getLangOpts().CUDA && !CUDA().CheckCall(ConstructLoc, Constructor))
16095 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs,