HomeSort by relevance Sort by last modified time
    Searched refs:Covariant (Results 1 - 6 of 6) sorted by null

  /external/llvm/unittests/Support/
ErrorOrTest.cpp 57 TEST(ErrorOr, Covariant) {
  /external/clang/lib/AST/
DeclPrinter.cpp 1019 case ObjCTypeParamVariance::Covariant:
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 517 /// The parameter is covariant, e.g., X<T> is a subtype of X<U> when
518 /// the type parameter is covariant and T is a subtype of U.
519 Covariant,
521 /// when the type parameter is covariant and U is a subtype of T.
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 812 case ObjCTypeParamVariance::Covariant:
815 = prevTypeParam->getVariance() == ObjCTypeParamVariance::Covariant
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 487 ? ObjCTypeParamVariance::Covariant
    [all...]

Completed in 649 milliseconds