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

  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 723 ObjCTypeParamType::ObjCTypeParamType(const ObjCTypeParamDecl *D, QualType can,
1258 QualType VisitObjCTypeParamType(const ObjCTypeParamType *OTPTy) {
3724 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID,
3735 void ObjCTypeParamType::Profile(llvm::FoldingSetNodeID &ID) {
TypePrinter.cpp 1754 void TypePrinter::printObjCTypeParamBefore(const ObjCTypeParamType *T,
1773 void TypePrinter::printObjCTypeParamAfter(const ObjCTypeParamType *T,
ODRHash.cpp 950 void VisitObjCTypeParamType(const ObjCTypeParamType *T) {
ASTStructuralEquivalence.cpp 1156 const auto *Obj1 = cast<ObjCTypeParamType>(T1);
1157 const auto *Obj2 = cast<ObjCTypeParamType>(T2);
ASTContext.cpp 2321 return getTypeInfo(cast<ObjCTypeParamType>(T)->desugar().getTypePtr());
5169 if (const auto *objT = dyn_cast<ObjCTypeParamType>(type.getTypePtr())) {
5239 ObjCTypeParamType::Profile(ID, Decl, Decl->getUnderlyingType(), protocols);
5241 if (ObjCTypeParamType *TypeParam =
5255 unsigned size = sizeof(ObjCTypeParamType);
5258 auto *newType = new (mem) ObjCTypeParamType(Decl, Canonical, protocols);
5269 auto NewTypeParamTy = cast<ObjCTypeParamType>(New->getTypeForDecl());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 5743 class ObjCTypeParamType : public Type,
5744 public ObjCProtocolQualifiers<ObjCTypeParamType>,
5747 friend class ObjCProtocolQualifiers<ObjCTypeParamType>;
5754 /// The protocols are stored after the ObjCTypeParamType node. In the
5769 ObjCTypeParamType(const ObjCTypeParamDecl *D,
6001 inline ObjCProtocolDecl **ObjCTypeParamType::getProtocolStorageImpl() {
6003 static_cast<ObjCTypeParamType*>(this)+1);
TypeLoc.h 750 ObjCTypeParamType,
RecursiveASTVisitor.h 1056 DEF_TRAVERSE_TYPE(ObjCTypeParamType, {})
1343 DEF_TRAVERSE_TYPELOC(ObjCTypeParamType, {})
ASTContext.h 219 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.h 201 llvm::DIType *CreateType(const ObjCTypeParamType *Ty, llvm::DIFile *Unit);
CGDebugInfo.cpp 2519 llvm::DIType *CGDebugInfo::CreateType(const ObjCTypeParamType *Ty,
2524 // Use Typedefs to represent ObjCTypeParamType.
3316 return CreateType(cast<ObjCTypeParamType>(Ty), Unit);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 720 bool VisitObjCTypeParamType(const ObjCTypeParamType *Type) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 7192 if (isa<ObjCTypeParamType>(type)) {
TreeTransform.h 6984 const ObjCTypeParamType *T = TL.getTypePtr();

Completed in 61 milliseconds