Home
last modified time | relevance | path

Searched refs:getInfoForType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComparisonCategories.h197 const ComparisonCategoryInfo &getInfoForType(QualType Ty) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DComparisonCategories.cpp160 const ComparisonCategoryInfo &ComparisonCategories::getInfoForType(QualType Ty) const { in getInfoForType() function in ComparisonCategories
H A DExprConstant.cpp13089 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp1014 CGF.getContext().CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp8182 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()