Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2063 ComparisonCategories CompCategories; variable
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp1006 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp7772 if (auto *Info = S.Context.CompCategories.lookupInfoForType( in visitBinaryOperator()
7835 S.Context.CompCategories.lookupInfoForType(FD->getReturnType())) { in visitBinaryOperator()
7979 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()
11090 ComparisonCategoryInfo *Info = Context.CompCategories.lookupInfo(Kind); in CheckComparisonCategoryType()
DSemaOverload.cpp13896 Context.CompCategories.lookupInfoForType(DefaultedFn->getReturnType()); in BuildSynthesizedThreeWayComparison()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp971 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
DExprConstant.cpp12822 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()