Home | History | Annotate | Download | only in Sema

Lines Matching refs:Range

1161 /// \param TypeIdParens If the type is in parens, the source range.
1266 Sema::BuildCXXNew(SourceRange Range, bool UseGlobal,
1278 SourceLocation StartLoc = Range.getBegin();
1660 Range, DirectInitRange);
1723 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range,
1764 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, Record,
1774 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
1786 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl,
1935 CheckAllocationAccess(StartLoc, Range, FoundDelete.getNamingClass(),
1947 /// \param Range The range of the placement arguments.
1959 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range,
1970 << Name << Range;
2004 if (CheckAllocationAccess(StartLoc, Range, R.getNamingClass(),
2015 << Name << Range;
2023 << Name << Range;
2034 << Range;