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 75 const T *getTypePtrOrNull() const {
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
Type.h 568 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
571 const Type *getTypePtrOrNull() const;
    [all...]

Completed in 68 milliseconds