Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp17279 bool IsPointerAttr = Attr->getIsPointer(); in CheckArgumentWithTypeTag() local
17309 if (IsPointerAttr) { in CheckArgumentWithTypeTag()
17319 if (IsPointerAttr && ArgumentType->isVoidPointerType()) in CheckArgumentWithTypeTag()
17336 if (IsPointerAttr) in CheckArgumentWithTypeTag()
17349 if ((IsPointerAttr && IsSameCharType(ArgumentType->getPointeeType(), in CheckArgumentWithTypeTag()
17351 (!IsPointerAttr && IsSameCharType(ArgumentType, RequiredType))) in CheckArgumentWithTypeTag()
17354 if (IsPointerAttr) in CheckArgumentWithTypeTag()