Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTNodeTraverser.h377 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType()
380 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
H A DTypeLoc.h1992 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function
1993 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
2033 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
H A DTypeProperties.td397 let Read = [{ node->getUnderlyingExpr() }];
420 let Read = [{ node->getUnderlyingExpr() }];
H A DCanonicalType.h537 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
H A DRecursiveASTVisitor.h1084 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1089 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1358 { TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); })
1366 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
H A DType.h4524 Expr *getUnderlyingExpr() const { return TOExpr; }
4550 Profile(ID, Context, getUnderlyingExpr());
4591 Expr *getUnderlyingExpr() const { return E; }
4616 Profile(ID, Context, getUnderlyingExpr());
/llvm-project-15.0.7/clang/lib/AST/
H A DASTStructuralEquivalence.cpp970 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
971 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
991 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
992 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp845 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
1056 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
H A DTypePrinter.cpp1112 if (T->getUnderlyingExpr()) in printTypeOfExprBefore()
1113 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore()
1131 if (T->getUnderlyingExpr()) in printDecltypeBefore()
1132 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
H A DTypeLoc.cpp321 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
H A DType.cpp3485 return getUnderlyingExpr()->getType(); in desugar()
H A DItaniumMangle.cpp3956 Expr *E = T->getUnderlyingExpr(); in mangleType()
H A DASTImporter.cpp1370 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitTypeOfExprType()
1398 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitDecltypeType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5925 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
5932 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6197 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType()
6207 E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType()
6256 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType()
6266 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
H A DSemaChecking.cpp10038 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr()
12873 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
12875 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
H A DSemaTemplateInstantiateDecl.cpp955 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
H A DSemaExpr.cpp4582 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2199 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
3899 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
H A DRewriteModernObjC.cpp2286 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
4731 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2325 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3285 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1816 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU)); in VisitTypeOfExprTypeLoc()
1863 if (Expr *E = TL.getUnderlyingExpr()) in VisitDecltypeTypeLoc()