HomeSort by relevance Sort by last modified time
    Searched defs:isAtLeastAsQualifiedAs (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 160 bool isAtLeastAsQualifiedAs(CanQual<T> Other) const {
161 return Stored.isAtLeastAsQualifiedAs(Other.Stored);
Type.h 764 bool isAtLeastAsQualifiedAs(QualType Other) const;
    [all...]

Completed in 358 milliseconds