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

  /frameworks/compile/slang/
slang_rs_export_type.h 45 GET_CANONICAL_TYPE((T)->getPointeeType().getTypePtr()))
356 inline const RSExportType *getPointeeType() const { return mPointeeType; }
  /external/clang/lib/AST/
Type.cpp 49 return ty->getPointeeType().getBaseTypeIdentifier();
373 return PT->getPointeeType()->isVoidType();
401 QualType Type::getPointeeType() const {
403 return PT->getPointeeType();
405 return OPT->getPointeeType();
407 return BPT->getPointeeType();
409 return RT->getPointeeType();
510 if (const RecordType *RT = PT->getPointeeType()->getAs<RecordType>())
543 return Visit(T->getPointeeType());
546 return Visit(T->getPointeeType());
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 246 milliseconds