Searched refs:getTypePtrOrNull (Results 1 - 14 of 14) sorted by relevance

/external/clang/tools/libclang/
H A DCXType.cpp67 const Type *TP = T.getTypePtrOrNull();
351 const Type *TP = T.getTypePtrOrNull();
385 const Type *TP = T.getTypePtrOrNull();
422 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
604 const Type *TP = T.getTypePtrOrNull();
636 const Type *TP = T.getTypePtrOrNull();
656 const Type *TP = T.getTypePtrOrNull();
682 const Type *TP = T.getTypePtrOrNull();
719 const Type *TP = T.getTypePtrOrNull();
H A DCIndexCodeCompletion.cpp600 const Type *type = baseType.getTypePtrOrNull();
/external/clang/include/clang/AST/
H A DCanonicalType.h75 const T *getTypePtrOrNull() const { function in class:clang::CanQual
76 return cast_or_null<T>(Stored.getTypePtrOrNull());
240 operator const T*() const { return this->Stored.getTypePtrOrNull(); }
H A DType.h568 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
571 const Type *getTypePtrOrNull() const;
4664 inline const Type *QualType::getTypePtrOrNull() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
H A DDecl.h2943 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); }
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp344 if (Edge* edge = CreateEdge(field->getType().getTypePtrOrNull())) {
478 if (Edge* ptr = CreateEdge(type->getPointeeType().getTypePtrOrNull()))
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h518 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp783 const Type *GT = GQT.getTypePtrOrNull();
/external/clang/lib/Parse/
H A DParseExpr.cpp1368 const Type* BaseType = Base->getType().getTypePtrOrNull();
/external/clang/lib/Sema/
H A DSemaExprMember.cpp575 BS.getType().getTypePtrOrNull())) {
H A DSemaOpenMP.cpp3323 const Type *Ty = QType.getTypePtrOrNull();
3396 const Type *Ty = QType.getTypePtrOrNull();
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp361 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull());
364 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
H A DASTReader.cpp7789 const Type *T = readType(F, Record, Idx).getTypePtrOrNull();

Completed in 709 milliseconds