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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp557 QualType Type::getPointeeType() const { function in class:Type
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2627 QualType getPointeeType() const { return PointeeType; } function in class:clang::PointerType
2731 QualType getPointeeType() const { return PointeeType; } function in class:clang::BlockPointerType
2771 QualType getPointeeType() const { function in class:clang::ReferenceType
2853 QualType getPointeeType() const { return PointeeType; } function in class:clang::MemberPointerType
3167 QualType getPointeeType() const { return PointeeType; } function in class:clang::DependentAddressSpaceType
[all...]

Completed in 192 milliseconds