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

/external/clang/lib/AST/
H A DTypePrinter.cpp817 if (T->getUnderlyingExpr())
818 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
834 if (T->getUnderlyingExpr())
835 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy);
H A DTypeLoc.cpp285 getUnderlyingExpr()->getSourceRange().getEnd());
H A DASTDumper.cpp349 dumpStmt(T->getUnderlyingExpr());
352 dumpStmt(T->getUnderlyingExpr());
H A DASTImporter.cpp716 cast<TypeOfExprType>(T1)->getUnderlyingExpr(),
717 cast<TypeOfExprType>(T2)->getUnderlyingExpr()))
737 cast<DecltypeType>(T1)->getUnderlyingExpr(),
738 cast<DecltypeType>(T2)->getUnderlyingExpr()))
1783 Expr *ToExpr = Importer.Import(T->getUnderlyingExpr());
1800 Expr *ToExpr = Importer.Import(T->getUnderlyingExpr());
H A DItaniumMangle.cpp3009 Expr *E = T->getUnderlyingExpr();
H A DType.cpp2887 return getUnderlyingExpr()->getType();
/external/clang/include/clang/AST/
H A DTypeLoc.h1631 Expr* getUnderlyingExpr() const {
1632 return getTypePtr()->getUnderlyingExpr();
1661 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); }
H A DCanonicalType.h518 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
H A 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()));
H A DType.h3535 Expr *getUnderlyingExpr() const { return TOExpr; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::TypeOfExprType
3561 Profile(ID, Context, getUnderlyingExpr());
3601 Expr *getUnderlyingExpr() const { return E; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::DecltypeType
3626 Profile(ID, Context, getUnderlyingExpr());
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp976 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType();
H A DCodeGenFunction.cpp1793 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr());
H A DCGDebugInfo.cpp2278 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType();
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4914 cast<TypeOfExprType>(T)->getUnderlyingExpr(),
4921 cast<DecltypeType>(T)->getUnderlyingExpr(),
H A DTreeTransform.h5200 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr());
5210 E.get() != TL.getUnderlyingExpr()) {
5258 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr());
5268 E.get() != T->getUnderlyingExpr()) {
H A DSemaTemplateInstantiateDecl.cpp491 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) &&
H A DSemaChecking.cpp5125 ExprTy = TET->getUnderlyingExpr()->getType();
H A DSemaExpr.cpp3939 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType();
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2190 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
3902 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
H A DRewriteModernObjC.cpp2279 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
4743 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType();
/external/clang/lib/Serialization/
H A DASTWriter.cpp291 Record.AddStmt(T->getUnderlyingExpr());
302 Record.AddStmt(T->getUnderlyingExpr());
/external/clang/tools/libclang/
H A DCIndex.cpp1634 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU));
1682 if (Expr *E = TL.getUnderlyingExpr())

Completed in 1151 milliseconds