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

References

tools/clang/lib/Sema/SemaType.cpp
 7397   if (!IsPointee && ChunkIndex > 1) {
 7407       IsPointee = true;
 7421        (!IsPointee &&
 7425       (D.getContext() == DeclaratorContext::AliasDeclContext && !IsPointee) ||
 7430        !IsPointee) ||
 7433       (T->isVoidType() && !IsPointee) ||
 7477     if (IsPointee) {