Searched refs:getTypePtrOrNull (Results 1 – 15 of 15) sorted by relevance
68 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind()353 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType()387 const Type *TP = T.getTypePtrOrNull(); in clang_getTypeDeclaration()418 TP = cast<AutoType>(TP)->getDeducedType().getTypePtrOrNull(); in clang_getTypeDeclaration()430 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull(); in clang_getTypeDeclaration()621 const Type *TP = T.getTypePtrOrNull(); in clang_getElementType()653 const Type *TP = T.getTypePtrOrNull(); in clang_getNumElements()673 const Type *TP = T.getTypePtrOrNull(); in clang_getArrayElementType()699 const Type *TP = T.getTypePtrOrNull(); in clang_getArraySize()736 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getClassType()[all …]
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(); }
637 const Type *getTypePtrOrNull() const;5266 inline const Type *QualType::getTypePtrOrNull() const {
3146 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
424 edge = CreateEdge(field->getType().getTypePtrOrNull()); in CollectFields()614 if (Edge* ptr = CreateEdge(type->getPointeeType().getTypePtrOrNull())) in CreateEdge()
514 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
282 const clang::Type* type = Node.getTypePtrOrNull(); in AST_MATCHER_P()
1114 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull()); in IsRawPointerType()
839 const Type *GT = GQT.getTypePtrOrNull(); in getVarRegion()
598 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) { in ValidateCandidate()
3719 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()9588 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()9853 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
472 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()481 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull(); in Visit()
8054 const Type *T = readType(F, Record, Idx).getTypePtrOrNull(); in ReadNestedNameSpecifier()
1622 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()