Home
last modified time | relevance | path

Searched refs:isValidPointerAttrType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1218 bool Sema::isValidPointerAttrType(QualType T, bool RefOkay) { in isValidPointerAttrType() function in Sema
1246 if (!S.isValidPointerAttrType(T)) { in attrNonNullArgCheck()
1287 if (T->isDependentType() || S.isValidPointerAttrType(T)) in handleNonNullAttr()
1337 if (!S.isValidPointerAttrType(T, /* RefOkay */ true)) { in handleNoEscapeAttr()
1364 if (!isValidPointerAttrType(ResultType, /* RefOkay */ true)) { in AddAssumeAlignedAttr()
1413 !isValidPointerAttrType(ResultType, /* RefOkay */ true)) { in AddAllocAlignAttr()
H A DSemaChecking.cpp3038 if (S.isValidPointerAttrType(Arg->getType())) in CheckNonNullArguments()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4490 bool isValidPointerAttrType(QualType T, bool RefOkay = false);