Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h922 LK_String, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp185 case SemaObjC::LK_String: in ClassKindFromLiteralKind()
532 LookupObjCInterfaceDeclForLiteral(SemaRef, Loc, LK_String); in BuildObjCBoxedExpr()
5215 return LK_String; in CheckLiteralKind()
H A DSemaChecking.cpp13346 if (Kind == SemaObjC::LK_String || Kind == SemaObjC::LK_None) in checkUnsafeAssignLiteral()
H A DSemaExpr.cpp11611 if (LiteralKind == SemaObjC::LK_String) in diagnoseObjCLiteralComparison()