HomeSort by relevance Sort by last modified time
    Searched defs:getPointerType (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h 603 /// getPointerType - Return the uniqued reference to the type for a pointer to
605 QualType getPointerType(QualType T) const;
606 CanQualType getPointerType(CanQualType T) const {
607 return CanQualType::CreateUnsafe(getPointerType((QualType) T));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 485 VoidPtrTy = getPointerType(VoidTy);
740 T = getPointerType(RT->getPointeeType());
    [all...]

Completed in 181 milliseconds