reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ComparisonCategories.h
  210   const ComparisonCategoryInfo &getInfoForType(QualType Ty) const;

References

tools/clang/lib/AST/ExprConstant.cpp
11447         Info.Ctx.CompCategories.getInfoForType(E->getType());
11751         Info.Ctx.CompCategories.getInfoForType(E->getType());
tools/clang/lib/CodeGen/CGExprAgg.cpp
  978       CGF.getContext().CompCategories.getInfoForType(E->getType());