HomeSort by: relevance | last modified time | path
    Searched refs:DeleteName (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCoroutine.cpp 1067 DeclarationName DeleteName =
1073 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete))
1081 Overaligned, DeleteName);
SemaExprCXX.cpp 1730 DeclarationName deleteName =
1732 LookupResult ops(S, deleteName, loc, Sema::LookupOrdinaryName);
2663 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
2677 LookupResult FoundDelete(*this, DeleteName, StartLoc, LookupOrdinaryName);
2845 << DeleteName;
2856 << DeleteName << AllocElemType;
2860 diag::note_member_declared_here) << DeleteName;
3569 DeclarationName DeleteName = Context.DeclarationNames.getCXXOperatorName(
3574 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
3624 Overaligned, DeleteName);
    [all...]

Completed in 35 milliseconds