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

  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypePointer.cpp 23 std::unique_ptr<PDBSymbol> PDBSymbolTypePointer::getPointeeType() const {
  /external/clang/lib/AST/
Type.cpp 51 return ty->getPointeeType().getBaseTypeIdentifier();
387 return PT->getPointeeType()->isVoidType();
415 QualType Type::getPointeeType() const {
417 return PT->getPointeeType();
419 return OPT->getPointeeType();
421 return BPT->getPointeeType();
423 return RT->getPointeeType();
425 return MPT->getPointeeType();
427 return DT->getPointeeType();
696 QualType pointeeType = recurse(T->getPointeeType());
    [all...]
  /frameworks/compile/slang/
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; }
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 299 milliseconds