Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9823 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
9839 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
9849 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
9866 if (IsPointerAttr) in CheckArgumentWithTypeTag()
9879 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
9881 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
9884 if (IsPointerAttr) in CheckArgumentWithTypeTag()