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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 833 Out << D->getASTContext().getUnqualifiedObjCPointerType(D->getType()).
862 : D->getASTContext().getUnqualifiedObjCPointerType(D->getType());
1236 Out << Ctx.getUnqualifiedObjCPointerType(T).getAsString(Policy);
1329 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1384 .getUnqualifiedObjCPointerType(I->getType())
1448 Indent() << I->getASTContext().getUnqualifiedObjCPointerType(I->getType()).
1572 std::string TypeStr = PDecl->getASTContext().getUnqualifiedObjCPointerType(T).
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2038 /// getUnqualifiedObjCPointerType - Returns version of
2040 QualType getUnqualifiedObjCPointerType(QualType type) const {

Completed in 20 milliseconds