HomeSort by relevance Sort by last modified time
    Searched refs:PointeeT (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 50 QualType PointeeT = TP->getPointeeType();
51 if (!PointeeT.isNull()) {
55 if (const Type *TElem = PointeeT->getArrayElementTypeNoTypeQual())
60 return isPointerSize(PointeeT.getTypePtr());
  /external/clang/include/clang/Sema/
Ownership.h 58 /// \tparam PointeeT Type of pointed entity.
60 /// It is identical to getPtrAs<PointeeT*>.
61 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
Ownership.h 57 /// \tparam PointeeT Type of pointed entity.
59 /// It is identical to getPtrAs<PointeeT*>.
60 template <typename PointeeT> PointeeT* getPtrTo() const {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 84 QualType PointeeT = T;
86 PointeeT = PT->getPointeeType();
91 if (PointeeT->isVoidType())
94 PointeeT = RT->getPointeeType();
120 if (!(PointeeT->isRecordType() &&
121 PointeeT->getAs<RecordType>()->isBeingDefined()) &&
122 RequireCompleteType(Range.getBegin(), PointeeT, DiagID, Kind, Range))
    [all...]

Completed in 379 milliseconds