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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OperatorPrecedence.h 38 Spaceship = 11, // <=>
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OperatorPrecedence.cpp 65 case tok::spaceship: return prec::Spaceship;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 181 Spaceship, // ?__M operator<=>
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 345 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, Spaceship, "operator<=>");
MicrosoftDemangle.cpp 637 IFK::Spaceship, // ?__M operator<=>
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3776 FunctionDecl *Spaceship) {
3777 if (Spaceship->isInvalidDecl())
3789 if (auto *MD = dyn_cast<CXXMethodDecl>(Spaceship)) {
3794 assert(Spaceship->getFriendObjectKind() &&
3795 "defaulted spaceship is neither a member nor a friend");
3798 Spaceship, nullptr,
3804 FriendDecl::Create(Context, RD, Spaceship->getLocation(),
3805 cast<NamedDecl>(R), Spaceship->getBeginLoc());
SemaDeclCXX.cpp 8051 // Per C++2a [class.spaceship]p3, as a fallback add:
8263 // Per C++2a [class.spaceship]p3, form:
8458 // C++2a [class.spaceship]p2 [P2002R0]:
8512 // C++2a [class.spaceship]p2:
8575 FunctionDecl *Spaceship) {
8578 Ctx.PointOfInstantiation = Spaceship->getEndLoc();
8579 Ctx.Entity = Spaceship;
8582 if (FunctionDecl *EqualEqual = SubstSpaceshipAsEqualEqual(RD, Spaceship))
  /src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp 461 Previous.getPrecedence() == prec::Spaceship) &&
687 P->getPrecedence() != prec::Spaceship) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 69 /// compare-expression: [C++20 expr.spaceship]
386 Level != prec::Spaceship;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 7151 FunctionDecl *Spaceship);
9303 FunctionDecl *Spaceship);

Completed in 75 milliseconds