Searched refs:getTypePtrOrNull (Results 1 – 13 of 13) sorted by relevance
67 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind()351 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType()385 const Type *TP = T.getTypePtrOrNull(); in clang_getTypeDeclaration()422 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull(); in clang_getTypeDeclaration()608 const Type *TP = T.getTypePtrOrNull(); in clang_getElementType()640 const Type *TP = T.getTypePtrOrNull(); in clang_getNumElements()660 const Type *TP = T.getTypePtrOrNull(); in clang_getArrayElementType()686 const Type *TP = T.getTypePtrOrNull(); in clang_getArraySize()723 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getClassType()
600 const Type *type = baseType.getTypePtrOrNull(); in ProcessCodeCompleteResults()
75 const T *getTypePtrOrNull() const { in getTypePtrOrNull() function76 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
614 const Type *getTypePtrOrNull() const;5057 inline const Type *QualType::getTypePtrOrNull() const {
3129 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
518 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull()); in IsRawPointerType()
783 const Type *GT = GQT.getTypePtrOrNull(); in getVarRegion()
584 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) { in ValidateCandidate()
7551 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPLinearClause()7716 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
1574 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()
440 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()449 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull(); in Visit()
7998 const Type *T = readType(F, Record, Idx).getTypePtrOrNull(); in ReadNestedNameSpecifier()