Lines Matching defs:ConstructLoc
15917 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
15950 return BuildCXXConstructExpr(ConstructLoc, DeclInitType,
15959 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
15965 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow);
15969 if (DiagnoseUseOfOverloadedDecl(Constructor, ConstructLoc))
15974 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs,
15982 SourceLocation ConstructLoc, QualType DeclInitType,
15991 MarkFunctionReferenced(ConstructLoc, Constructor);
15992 if (getLangOpts().CUDA && !CUDA().CheckCall(ConstructLoc, Constructor))
15997 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs,