Home
last modified time | relevance | path

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

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