HomeSort by: relevance | last modified time | path
    Searched refs:getObjCInstanceType (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 268 if (QT == Ctx.getObjCInstanceType()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 782 if (StaticResultType == C.getObjCInstanceType())
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 1433 if (T == Context.getObjCInstanceType()) {
1443 if (T == Context.getObjCInstanceType())
1541 if (T == Context.getObjCInstanceType()) {
1668 findExplicitInstancetypeDeclarer(MD, Context.getObjCInstanceType())) {
1704 Context.getObjCInstanceType()))
SemaDeclObjC.cpp 4730 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType());
SemaType.cpp 6374 QualType T = Context.getObjCInstanceType();
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp 959 if (OM->getReturnType() == Ctx.getObjCInstanceType())
1297 OM->getReturnType() == Ctx.getObjCInstanceType() ||
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1793 QualType getObjCInstanceType() {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 3833 if (ResultTy == CGM.getContext().getObjCInstanceType())
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 577 if (result == Context->getObjCInstanceType())
RewriteObjC.cpp 483 if (result == Context->getObjCInstanceType())

Completed in 94 milliseconds