reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2604 T = Function->getReturnType(); 2607 T = Method->getSendResultType(BaseType); 2609 T = Method->getReturnType(); 2611 T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext())); 2612 T = clang::TypeName::getFullyQualifiedType(T, Context); 2612 T = clang::TypeName::getFullyQualifiedType(T, Context); 2617 T = Ivar->getUsageType(BaseType); 2619 T = Ivar->getType(); 2621 T = Value->getType(); 2624 T = Property->getUsageType(BaseType); 2626 T = Property->getType(); 2629 if (T.isNull() || Context.hasSameType(T, Context.DependentTy)) 2629 if (T.isNull() || Context.hasSameType(T, Context.DependentTy)) 2633 GetCompletionTypeString(T, Context, Policy, Result.getAllocator()));