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

References

tools/clang/lib/AST/ASTContext.cpp
 8356     switch (typeParams->begin()[i]->getVariance()) {
tools/clang/lib/AST/ASTImporter.cpp
 4024           Result, D, Importer.getToContext(), DC, D->getVariance(),
tools/clang/lib/AST/DeclPrinter.cpp
 1241     switch (Param->getVariance()) {
tools/clang/lib/AST/JSONNodeDumper.cpp
  921   switch (D->getVariance()) {
tools/clang/lib/AST/TextNodeDumper.cpp
 1830   switch (D->getVariance()) {
tools/clang/lib/Sema/SemaDeclObjC.cpp
  855     if (newTypeParam->getVariance() != prevTypeParam->getVariance()) {
  855     if (newTypeParam->getVariance() != prevTypeParam->getVariance()) {
  856       if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant &&
  860         newTypeParam->setVariance(prevTypeParam->getVariance());
  861       } else if (prevTypeParam->getVariance()
  878                         << static_cast<unsigned>(newTypeParam->getVariance())
  880                         << static_cast<unsigned>(prevTypeParam->getVariance())
  882           switch (prevTypeParam->getVariance()) {
  890                = prevTypeParam->getVariance() == ObjCTypeParamVariance::Covariant
  893             if (newTypeParam->getVariance()
  909         newTypeParam->setVariance(prevTypeParam->getVariance());
 1038               typeParam->getVariance(),
tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  755     if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant)