HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalType (Results 76 - 93 of 93) sorted by null

1 2 34

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 461 QualType OCT = Context->getCanonicalType(T).getUnqualifiedType();
463 if (OCT == Context->getCanonicalType(Context->getObjCIdType()) ||
464 OCT == Context->getCanonicalType(Context->getObjCClassType()))
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
Decl.cpp     [all...]
Expr.cpp     [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
CGClass.cpp 239 getContext().getCanonicalType(getContext().getTagDeclType(Derived));
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp     [all...]
CGObjCGNU.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 170 cast<TemplateSpecializationType>(Context.getCanonicalType(T));
    [all...]
TreeTransform.h     [all...]
SemaType.cpp     [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]

Completed in 732 milliseconds

1 2 34