Home
last modified time | relevance | path

Searched refs:getTypePtrOrNull (Results 1 – 15 of 15) sorted by relevance

/external/clang/tools/libclang/
DCXType.cpp68 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 …]
DCIndexCodeCompletion.cpp600 const Type *type = baseType.getTypePtrOrNull(); in ProcessCodeCompleteResults()
/external/clang/include/clang/AST/
DCanonicalType.h75 const T *getTypePtrOrNull() const { in getTypePtrOrNull() function
76 return cast_or_null<T>(Stored.getTypePtrOrNull()); in getTypePtrOrNull()
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
DType.h637 const Type *getTypePtrOrNull() const;
5266 inline const Type *QualType::getTypePtrOrNull() const {
DDecl.h3146 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
/external/v8/tools/clang/blink_gc_plugin/
DRecordInfo.cpp424 edge = CreateEdge(field->getType().getTypePtrOrNull()); in CollectFields()
614 if (Edge* ptr = CreateEdge(type->getPointeeType().getTypePtrOrNull())) in CreateEdge()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h514 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp282 const clang::Type* type = Node.getTypePtrOrNull(); in AST_MATCHER_P()
/external/v8/tools/gcmole/
Dgcmole.cc1114 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull()); in IsRawPointerType()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp839 const Type *GT = GQT.getTypePtrOrNull(); in getVarRegion()
/external/clang/lib/Sema/
DSemaExprMember.cpp598 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) { in ValidateCandidate()
DSemaOpenMP.cpp3719 const Type *Ty = QTy.getTypePtrOrNull(); in ActOnOpenMPDeclareSimdDirective()
9588 const auto *Ty = Type.getTypePtrOrNull(); in CheckOpenMPLinearDecl()
9853 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp472 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()
481 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull(); in Visit()
DASTReader.cpp8054 const Type *T = readType(F, Record, Idx).getTypePtrOrNull(); in ReadNestedNameSpecifier()
/external/clang/lib/Parse/
DParseExpr.cpp1622 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()