Home
last modified time | relevance | path

Searched refs:CompCategories (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1014 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2236 ComparisonCategories CompCategories; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp7967 auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
8038 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
8182 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
11356 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
H A DSemaOverload.cpp14075 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp989 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
H A DExprConstant.cpp13089 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()