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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1220 ObjCTypeParamList *TypeParamList = nullptr;
1230 IdentifierInfo *Id, ObjCTypeParamList *typeParamList,
1264 ObjCTypeParamList *typeParamList,
1288 return TypeParamList;
2269 ObjCTypeParamList *TypeParamList = nullptr;
2288 ObjCTypeParamList *typeParamList,
2304 ObjCTypeParamList *typeParamList,
2314 ObjCTypeParamList *getTypeParamList() const { return TypeParamList; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 331 TypeParamList = TPL;
335 for (auto *typeParam : *TypeParamList)
1495 ObjCTypeParamList *typeParamList,
1500 ObjCInterfaceDecl(C, DC, atLoc, Id, typeParamList, ClassLoc, PrevDecl,
1518 ObjCTypeParamList *typeParamList,
1532 setTypeParamList(typeParamList);
2034 ObjCTypeParamList *typeParamList,
2040 setTypeParamList(typeParamList);
2049 ObjCTypeParamList *typeParamList,
2054 IDecl, typeParamList, IvarLBraceLoc
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 750 AddObjCTypeParamList(D->TypeParamList);
838 AddObjCTypeParamList(D->TypeParamList);
ASTReaderDecl.cpp 1159 ID->TypeParamList = ReadObjCTypeParamList();
1264 CD->TypeParamList = ReadObjCTypeParamList();

Completed in 29 milliseconds