Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14015 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
14045 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
14055 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
14072 if (IsPointerAttr) in CheckArgumentWithTypeTag()
14085 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
14087 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
14090 if (IsPointerAttr) in CheckArgumentWithTypeTag()