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()))
345 inline const RSExportType *getPointeeType() const { return mPointeeType; }
  /external/clang/lib/AST/
Type.cpp 49 return ty->getPointeeType().getBaseTypeIdentifier();
345 return PT->getPointeeType()->isVoidType();
373 QualType Type::getPointeeType() const {
375 return PT->getPointeeType();
377 return OPT->getPointeeType();
379 return BPT->getPointeeType();
381 return RT->getPointeeType();
482 if (const RecordType *RT = PT->getPointeeType()->getAs<RecordType>())
515 return Visit(T->getPointeeType());
518 return Visit(T->getPointeeType());
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 65 milliseconds