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

/external/clang/lib/AST/
H A DType.cpp49 return ty->getPointeeType().getBaseTypeIdentifier();
373 return PT->getPointeeType()->isVoidType();
401 QualType Type::getPointeeType() const { function in class:Type
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/
H A DType.h1680 /// getPointeeType - If this is a pointer, ObjC object pointer, or block
1682 QualType getPointeeType() const;
1920 QualType getPointeeType() const { return PointeeType; } function in class:clang::PointerType
1926 Profile(ID, getPointeeType());
1954 QualType getPointeeType() const { return PointeeType; } function in class:clang::BlockPointerType
1960 Profile(ID, getPointeeType());
1995 QualType getPointeeType() const { function in class:clang::ReferenceType
2076 QualType getPointeeType() const { return PointeeType; } function in class:clang::MemberPointerType
2096 Profile(ID, getPointeeType(), getClass());
4375 /// getPointeeType
4377 QualType getPointeeType() const { return PointeeType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
[all...]

Completed in 86 milliseconds