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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 2611     T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext()));
 2612     T = clang::TypeName::getFullyQualifiedType(T, Context);
 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()));