Searched refs:getUnderlyingExpr (Results 1 – 16 of 16) sorted by relevance
/external/clang/lib/AST/ |
D | TypeLoc.cpp | 192 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
|
D | TypePrinter.cpp | 537 T->getUnderlyingExpr()->printPretty(s, 0, Policy); in printTypeOfExpr() 554 T->getUnderlyingExpr()->printPretty(s, 0, Policy); in printDecltype()
|
D | ASTImporter.cpp | 597 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()
|
D | Type.cpp | 1672 return getUnderlyingExpr()->getType(); in desugar()
|
D | ItaniumMangle.cpp | 2069 Expr *E = T->getUnderlyingExpr(); in mangleType()
|
D | ASTContext.cpp | 983 return getTypeInfo(cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType() in getTypeInfo() 990 return getTypeInfo(cast<DecltypeType>(T)->getUnderlyingExpr()->getType() in getTypeInfo()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 742 TRY_TO(TraverseStmt(T->getUnderlyingExpr())); 750 TRY_TO(TraverseStmt(T->getUnderlyingExpr())); 962 TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); 971 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
|
D | TypeLoc.h | 1384 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function 1385 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
|
D | CanonicalType.h | 631 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
|
D | Type.h | 2951 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/ |
D | SemaTemplateDeduction.cpp | 4154 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters() 4161 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
D | TreeTransform.h | 4149 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/ |
D | ASTWriter.cpp | 215 Writer.AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType() 225 Writer.AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 2328 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl() 4824 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1446 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1552 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU)); in VisitTypeOfExprTypeLoc()
|