Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp10844 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
10860 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
10870 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
10887 if (IsPointerAttr) in CheckArgumentWithTypeTag()
10900 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
10902 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
10905 if (IsPointerAttr) in CheckArgumentWithTypeTag()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp15555 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
15585 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
15595 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
15612 if (IsPointerAttr) in CheckArgumentWithTypeTag()
15625 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
15627 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
15630 if (IsPointerAttr) in CheckArgumentWithTypeTag()