Searched defs:getTypePtrOrNull (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | CanonicalType.h | 76 const T *getTypePtrOrNull() const { function in class:clang::CanQual 77 return cast_or_null<T>(Stored.getTypePtrOrNull()); 239 operator const T*() const { return this->Stored.getTypePtrOrNull(); } |
H A D | Type.h | 502 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull(). 505 const Type *getTypePtrOrNull() const; 4356 inline const Type *QualType::getTypePtrOrNull() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType |
Completed in 60 milliseconds