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.h1035 bool isNSStringType(QualType T, bool AllowNSAttributedString = false);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp1485 bool SemaObjC::isNSStringType(QualType T, bool AllowNSAttributedString) { in isNSStringType() argument
1496 if (AllowNSAttributedString && in isNSStringType()