Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2106 ComparisonCategories CompCategories; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1007 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7851 if (auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
7914 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
8058 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
11149 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
H A DSemaOverload.cpp13884 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp983 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
H A DExprConstant.cpp12826 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()