Searched defs:getPointeeType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp50 return ty->getPointeeType().getBaseTypeIdentifier();
388 return PT->getPointeeType()->isVoidType();
416 QualType Type::getPointeeType() const { function in class:Type
418 return PT->getPointeeType();
420 return OPT->getPointeeType();
422 return BPT->getPointeeType();
424 return RT->getPointeeType();
426 return MPT->getPointeeType();
428 return DT->getPointeeType();
530 PointeeType = PT->getPointeeType();
[all...]
/external/clang/include/clang/AST/
H A DType.h1734 /// getPointeeType - If this is a pointer, ObjC object pointer, or block
1736 QualType getPointeeType() const;
1983 QualType getPointeeType() const { return PointeeType; } function in class:clang::PointerType
1989 Profile(ID, getPointeeType());
2049 QualType getPointeeType() const { function in class:clang::DecayedType
2050 return cast<PointerType>(getDecayedType())->getPointeeType();
2074 QualType getPointeeType() const { return PointeeType; } function in class:clang::BlockPointerType
2080 Profile(ID, getPointeeType());
2114 QualType getPointeeType() const { function in class:clang::ReferenceType
2192 QualType getPointeeType() cons function in class:clang::MemberPointerType
4483 QualType getPointeeType() const { return PointeeType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
[all...]

Completed in 62 milliseconds