reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/DeclObjC.h
  663   static ObjCTypeParamList *create(ASTContext &ctx,

References

tools/clang/lib/AST/ASTImporter.cpp
 4590   return ObjCTypeParamList::create(Importer.getToContext(),
tools/clang/lib/Sema/SemaDeclObjC.cpp
  801   return ObjCTypeParamList::create(Context, lAngleLoc, typeParams, rAngleLoc);
 1047         typeParamList = ObjCTypeParamList::create(Context,
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1087   return ObjCTypeParamList::create(Reader.getContext(), lAngleLoc,