Searched defs:IsPointerAttr (Results 1 - 1 of 1) sorted by relevance

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

Completed in 59 milliseconds