Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1631 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function
1632 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
1661 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
DCanonicalType.h518 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
DRecursiveASTVisitor.h988 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
993 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1204 { TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); })
1212 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
DType.h3535 Expr *getUnderlyingExpr() const { return TOExpr; }
3561 Profile(ID, Context, getUnderlyingExpr());
3601 Expr *getUnderlyingExpr() const { return E; }
3626 Profile(ID, Context, getUnderlyingExpr());
/external/clang/lib/AST/
DTypePrinter.cpp817 if (T->getUnderlyingExpr()) in printTypeOfExprBefore()
818 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore()
834 if (T->getUnderlyingExpr()) in printDecltypeBefore()
835 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
DTypeLoc.cpp285 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
DASTDumper.cpp349 dumpStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
352 dumpStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
DASTImporter.cpp716 cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
717 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
737 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
738 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1783 Expr *ToExpr = Importer.Import(T->getUnderlyingExpr()); in VisitTypeOfExprType()
1800 Expr *ToExpr = Importer.Import(T->getUnderlyingExpr()); in VisitDecltypeType()
DType.cpp2887 return getUnderlyingExpr()->getType(); in desugar()
DItaniumMangle.cpp3009 Expr *E = T->getUnderlyingExpr(); in mangleType()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp976 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in VisitObjCEncodeExpr()
DCodeGenFunction.cpp1793 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
DCGDebugInfo.cpp2278 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4914 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
4921 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
DTreeTransform.h5200 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType()
5210 E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType()
5258 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType()
5268 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
DSemaTemplateInstantiateDecl.cpp491 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
DSemaChecking.cpp5125 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr()
DSemaExpr.cpp3939 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2190 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
3902 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
DRewriteModernObjC.cpp2279 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
4743 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
/external/clang/lib/Serialization/
DASTWriter.cpp291 Record.AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
302 Record.AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
/external/clang/tools/libclang/
DCIndex.cpp1634 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU)); in VisitTypeOfExprTypeLoc()
1682 if (Expr *E = TL.getUnderlyingExpr()) in VisitDecltypeTypeLoc()