HomeSort by relevance Sort by last modified time
    Searched defs:getTypePtrOrNull (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 76 const T *getTypePtrOrNull() const {
77 return cast_or_null<T>(Stored.getTypePtrOrNull());
241 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
Type.h 569 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
572 const Type *getTypePtrOrNull() const;
    [all...]

Completed in 59 milliseconds