Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp6812 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
6828 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
6838 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
6855 if (IsPointerAttr) in CheckArgumentWithTypeTag()
6868 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
6870 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
6873 if (IsPointerAttr) in CheckArgumentWithTypeTag()