Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2506 ComparisonCategories CompCategories; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1182 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp8338 auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
8421 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
8566 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
12015 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
H A DSemaOverload.cpp15709 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp858 Ctx.getASTContext().CompCategories.lookupInfoForType(BO->getType()); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp955 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
H A DExprConstant.cpp14721 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()