Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXType.cpp67 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()
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.h614 const Type *getTypePtrOrNull() const;
5057 inline const Type *QualType::getTypePtrOrNull() const {
DDecl.h3129 void setIntegerType(QualType T) { IntegerType = T.getTypePtrOrNull(); } in setIntegerType()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h518 return T.getTypePtrOrNull() ? T.getDesugaredType(Context) : T; in getDesugaredValueType()
/external/v8/tools/gcmole/
Dgcmole.cc1082 llvm::dyn_cast_or_null<clang::PointerType>(qtype.getTypePtrOrNull()); in IsRawPointerType()
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp783 const Type *GT = GQT.getTypePtrOrNull(); in getVarRegion()
/external/clang/lib/Sema/
DSemaExprMember.cpp584 dyn_cast_or_null<RecordType>(BS.getType().getTypePtrOrNull())) { in ValidateCandidate()
DSemaOpenMP.cpp7551 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPLinearClause()
7716 const Type *Ty = QType.getTypePtrOrNull(); in ActOnOpenMPAlignedClause()
/external/clang/lib/Parse/
DParseExpr.cpp1574 const Type* BaseType = Base->getType().getTypePtrOrNull(); in ParsePostfixExpressionSuffix()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp440 TD->setTypeForDecl(Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull()); in Visit()
449 ID->TypeForDecl = Reader.GetType(TypeIDForTypeDecl).getTypePtrOrNull(); in Visit()
DASTReader.cpp7998 const Type *T = readType(F, Record, Idx).getTypePtrOrNull(); in ReadNestedNameSpecifier()