Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2151 ComparisonCategories CompCategories; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1011 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7850 auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
7921 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
8065 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
11156 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
H A DSemaOverload.cpp13904 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp983 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
H A DExprConstant.cpp12861 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()