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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 386 mutable QualType ObjCSuperType;
1684 void setObjCSuperType(QualType ST) { ObjCSuperType = ST; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1462 ObjCSuperType = QualType();
6608 if (ObjCSuperType.isNull()) {
6611 ObjCSuperType = getTagDeclType(ObjCSuperTypeDecl);
6613 return ObjCSuperType;

Completed in 42 milliseconds