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

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 484 return ast_ctx.getObjCSelType();
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 241 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
259 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
288 CanQualType SelType = Ctx.getCanonicalParamType(Ctx.getObjCSelType());
    [all...]
CGObjCGNU.cpp     [all...]
CGObjC.cpp     [all...]
CGCall.cpp 336 argTys.push_back(Context.getCanonicalParamType(Context.getObjCSelType()));
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 78 QualType(Ty,0) == Context.getObjCSelType() ||
    [all...]
DeclObjC.cpp 940 Context.getObjCSelType()));
    [all...]
ASTContext.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 794 clang_type = ast->getObjCSelType().getAsOpaquePtr();
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 357 milliseconds