OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNSStringType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp
901
static inline bool
isNSStringType
(QualType T, ASTContext &Ctx) {
934
if (
isNSStringType
(RT, C.getASTContext())) {
954
} else if (
isNSStringType
(RT, C.getASTContext()) &&
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
158
static inline bool
isNSStringType
(QualType T, ASTContext &Ctx,
3280
bool NotNSStringTy = !
isNSStringType
(Ty, S.Context);
3291
if (!
isNSStringType
(Ty, S.Context, /*AllowNSAttributedString=*/true) &&
3467
if (!
isNSStringType
(Ty, S.Context)) {
5504
if (!
isNSStringType
(VD->getType(), S.Context) &&
Completed in 32 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026