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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 330 void ObjCInterfaceDecl::setTypeParamList(ObjCTypeParamList *TPL) {
1532 setTypeParamList(typeParamList);
2040 setTypeParamList(typeParamList);
2085 void ObjCCategoryDecl::setTypeParamList(ObjCTypeParamList *TPL) {
ASTImporter.cpp 4382 ToCategory->setTypeParamList(*PListOrErr);
4960 ToIface->setTypeParamList(*ToPListOrErr);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1283 void setTypeParamList(ObjCTypeParamList *TPL);
2320 void setTypeParamList(ObjCTypeParamList *TPL);

Completed in 32 milliseconds