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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3726   bool isValidPointerAttrType(QualType T, bool RefOkay = false);

References

tools/clang/lib/Sema/SemaChecking.cpp
 4222           if (S.isValidPointerAttrType(Arg->getType()))
tools/clang/lib/Sema/SemaDeclAttr.cpp
 1435   if (!S.isValidPointerAttrType(T)) {
 1476       if (T->isDependentType() || S.isValidPointerAttrType(T))
 1526   if (!S.isValidPointerAttrType(T, /* RefOkay */ true)) {
 1553   if (!isValidPointerAttrType(ResultType, /* RefOkay */ true)) {
 1603       !isValidPointerAttrType(ResultType, /* RefOkay */ true)) {