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

/external/clang/include/clang/AST/
H A DCanonicalType.h75 const T *getTypePtrOrNull() const { function in class:clang::CanQual
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
H A DType.h568 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
571 const Type *getTypePtrOrNull() const;
4664 inline const Type *QualType::getTypePtrOrNull() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType

Completed in 763 milliseconds