Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2215 ComparisonCategories CompCategories; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1032 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp8037 auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
8108 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
8252 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
11453 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
H A DSemaOverload.cpp14244 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp963 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
H A DExprConstant.cpp13204 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()