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

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 649 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
652 const Type *getTypePtrOrNull() const;
    [all...]
  /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 634 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
637 const Type *getTypePtrOrNull() const;
    [all...]

Completed in 1224 milliseconds