HomeSort by relevance Sort by last modified time
    Searched refs:GetPointeeType (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/
lldbDataFormatters.py 89 self.data_type = self.data.GetType().GetPointeeType()
  /external/clang/utils/
ClangDataFormat.py 122 return ty.GetPointeeType().GetName()
  /frameworks/compile/slang/
slang_rs_export_type.cpp 361 const clang::Type *PointeeType = GetPointeeType(PT);
625 const clang::Type *PointeeType = GetPointeeType(PT);
794 const clang::Type *PT = GetPointeeType(P);
    [all...]
slang_rs_export_type.h 55 inline const clang::Type* GetPointeeType(const clang::PointerType *T) {
59 return GetCanonicalType(T->getPointeeType());
422 inline const RSExportType *getPointeeType() const { return mPointeeType; }

Completed in 48 milliseconds