Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15447 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
15477 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
15487 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
15504 if (IsPointerAttr) in CheckArgumentWithTypeTag()
15517 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
15519 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
15522 if (IsPointerAttr) in CheckArgumentWithTypeTag()