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 675 /// getPointerType - Return the uniqued reference to the type for a pointer to
677 QualType getPointerType(QualType T) const;
678 CanQualType getPointerType(CanQualType T) const {
679 return CanQualType::CreateUnsafe(getPointerType((QualType) T));
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 490 VoidPtrTy = getPointerType(VoidTy);
758 T = getPointerType(RT->getPointeeType());
    [all...]

Completed in 123 milliseconds