Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp9252 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
9268 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
9278 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
9295 if (IsPointerAttr) in CheckArgumentWithTypeTag()
9308 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
9310 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
9313 if (IsPointerAttr) in CheckArgumentWithTypeTag()