Home
last modified time | relevance | path

Searched refs:getUnderlyingExpr (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/AST/
DTypeLoc.cpp192 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
DTypePrinter.cpp537 T->getUnderlyingExpr()->printPretty(s, 0, Policy); in printTypeOfExpr()
554 T->getUnderlyingExpr()->printPretty(s, 0, Policy); in printDecltype()
DASTImporter.cpp597 cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
598 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
618 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
619 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1559 Expr *ToExpr = Importer.Import(T->getUnderlyingExpr()); in VisitTypeOfExprType()
1576 Expr *ToExpr = Importer.Import(T->getUnderlyingExpr()); in VisitDecltypeType()
DType.cpp1672 return getUnderlyingExpr()->getType(); in desugar()
DItaniumMangle.cpp2069 Expr *E = T->getUnderlyingExpr(); in mangleType()
DASTContext.cpp983 return getTypeInfo(cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType() in getTypeInfo()
990 return getTypeInfo(cast<DecltypeType>(T)->getUnderlyingExpr()->getType() in getTypeInfo()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h742 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
750 TRY_TO(TraverseStmt(T->getUnderlyingExpr()));
962 TRY_TO(TraverseStmt(TL.getUnderlyingExpr()));
971 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
DTypeLoc.h1384 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function
1385 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
DCanonicalType.h631 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
DType.h2951 Expr *getUnderlyingExpr() const { return TOExpr; }
2978 Profile(ID, Context, getUnderlyingExpr());
3023 Expr *getUnderlyingExpr() const { return E; }
3049 Profile(ID, Context, getUnderlyingExpr());
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4154 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
4161 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DTreeTransform.h4149 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType()
4155 E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType()
4202 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType()
4208 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
/external/clang/lib/Serialization/
DASTWriter.cpp215 Writer.AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
225 Writer.AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp2328 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
4824 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1446 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/external/clang/tools/libclang/
DCIndex.cpp1552 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU)); in VisitTypeOfExprTypeLoc()