Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1042 bool isNSStringType(QualType T, bool AllowNSAttributedString = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1489 bool SemaObjC::isNSStringType(QualType T, bool AllowNSAttributedString) { in isNSStringType() argument
1500 if (AllowNSAttributedString && in isNSStringType()