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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
  494     if (!ContextType.isNull() && ContextType->isPointerType())
  494     if (!ContextType.isNull() && ContextType->isPointerType())
  495       return ContextType->getPointeeType();
  498     if (ContextType.isNull())
  500     return S.getASTContext().getPointerType(ContextType.getNonReferenceType());
  506     if (ContextType.isNull())
  509     return ContextType;