Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComparisonCategories.h197 const ComparisonCategoryInfo &getInfoForType(QualType Ty) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComparisonCategories.cpp160 const ComparisonCategoryInfo &ComparisonCategories::getInfoForType(QualType Ty) const { in getInfoForType() function in ComparisonCategories
H A DExprConstant.cpp12826 Info.Ctx.CompCategories.getInfoForType(E->getType()); in VisitBinCmp()
/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.cpp8058 VarDecl *EqualVD = S.Context.CompCategories.getInfoForType(StrongOrdering) in build()