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

/external/clang/include/clang/AST/
H A DCanonicalType.h76 const T *getTypePtrOrNull() const { function in class:clang::CanQual
77 return cast_or_null<T>(Stored.getTypePtrOrNull());
241 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
H A DType.h525 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
528 const Type *getTypePtrOrNull() const;
4558 inline const Type *QualType::getTypePtrOrNull() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType

Completed in 113 milliseconds