HomeSort by relevance Sort by last modified time
    Searched refs:NSStringDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 416 if (!NSStringDecl) {
421 NSStringDecl = dyn_cast_or_null<ObjCInterfaceDecl>(Decl);
422 if (!NSStringDecl) {
425 NSStringDecl = ObjCInterfaceDecl::Create(Context,
433 } else if (!NSStringDecl->hasDefinition()) {
437 assert(NSStringDecl && "NSStringDecl should not be NULL");
439 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(NSStringDecl));
447 StringWithUTF8StringMethod = NSStringDecl->lookupClassMethod(stringWithUTF8String);
454 ResultTInfo, NSStringDecl,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 533 ObjCInterfaceDecl *NSStringDecl;
    [all...]

Completed in 43 milliseconds