Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp9600 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
9616 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
9626 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
9643 if (IsPointerAttr) in CheckArgumentWithTypeTag()
9656 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
9658 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
9661 if (IsPointerAttr) in CheckArgumentWithTypeTag()