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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp416 QualType Type::getPointeeType() const { function in class:Type
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1984 QualType getPointeeType() const { return PointeeType; } function in class:clang::PointerType
2020 QualType getPointeeType() const { function in class:clang::DecayedType
2055 QualType getPointeeType() const { return PointeeType; } function in class:clang::BlockPointerType
2095 QualType getPointeeType() const { function in class:clang::ReferenceType
2173 QualType getPointeeType() cons function in class:clang::MemberPointerType
4456 QualType getPointeeType() const { return PointeeType; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
[all...]

Completed in 77 milliseconds