Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/docs/
H A DObjectiveCLiterals.rst113 Boxed Expressions
145 Boxed Enums
195 Boxed C Strings
227 Boxed C Structures
230 Boxed expressions support construction of NSValue objects.
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp936 Expr *Boxed = BE->getSubExpr(); in CheckObjCDictionaryLiteralDuplicateKeys() local
940 if (auto *Str = dyn_cast<StringLiteral>(Boxed->IgnoreParenImpCasts())) { in CheckObjCDictionaryLiteralDuplicateKeys()
946 if (Boxed->EvaluateAsInt(Result, S.getASTContext(), in CheckObjCDictionaryLiteralDuplicateKeys()