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

/external/clang/tools/libclang/
H A DCXType.cpp68 const Type *TP = T.getTypePtrOrNull();
353 const Type *TP = T.getTypePtrOrNull();
387 const Type *TP = T.getTypePtrOrNull();
418 TP = cast<AutoType>(TP)->getDeducedType().getTypePtrOrNull();
430 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
621 const Type *TP = T.getTypePtrOrNull();
653 const Type *TP = T.getTypePtrOrNull();
673 const Type *TP = T.getTypePtrOrNull();
699 const Type *TP = T.getTypePtrOrNull();
736 const Type *TP = T.getTypePtrOrNull();
[all...]
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.h634 /// NULL, use the (slightly less efficient) \c getTypePtrOrNull().
637 const Type *getTypePtrOrNull() const;
5266 inline const Type *QualType::getTypePtrOrNull() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
H A DDecl.h3146 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); }
/external/v8/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp424 edge = CreateEdge(field->getType().getTypePtrOrNull());
614 if (Edge* ptr = CreateEdge(type->getPointeeType().getTypePtrOrNull()))
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h514 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T;
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp282 const clang::Type* type = Node.getTypePtrOrNull();
/external/v8/tools/gcmole/
H A Dgcmole.cc1114 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull());
/external/clang/lib/Sema/
H A DSemaExprMember.cpp598 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) {
H A DSemaOpenMP.cpp3719 const Type *Ty = QTy.getTypePtrOrNull();
9588 const auto *Ty = Type.getTypePtrOrNull();
9853 const Type *Ty = QType.getTypePtrOrNull();
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp839 const Type *GT = GQT.getTypePtrOrNull();
/external/clang/lib/Parse/
H A DParseExpr.cpp1622 const Type* BaseType = Base->getType().getTypePtrOrNull();
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp472 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull());
481 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull();
H A DASTReader.cpp8054 const Type *T = readType(F, Record, Idx).getTypePtrOrNull();

Completed in 442 milliseconds