Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h383 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType()
386 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
H A DTypeLoc.h1999 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function
2000 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
2040 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
H A DCanonicalType.h536 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
H A DTypeProperties.td397 let Read = [{ node->getUnderlyingExpr() }];
428 let Read = [{ node->getUnderlyingExpr() }];
H A DRecursiveASTVisitor.h1061 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1066 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1335 { TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); })
1343 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
H A DType.h4823 Expr *getUnderlyingExpr() const { return TOExpr; }
4852 Profile(ID, Context, getUnderlyingExpr(),
4908 Expr *getUnderlyingExpr() const { return E; }
4931 Profile(ID, Context, getUnderlyingExpr());
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1165 if (T->getUnderlyingExpr()) in printTypeOfExprBefore()
1166 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore()
1185 if (T->getUnderlyingExpr()) in printDecltypeBefore()
1186 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
H A DASTStructuralEquivalence.cpp1111 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1112 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1132 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1133 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp984 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
1177 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
H A DTypeLoc.cpp328 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
H A DType.cpp3774 QualType QT = getUnderlyingExpr()->getType(); in desugar()
H A DItaniumMangle.cpp4330 Expr *E = T->getUnderlyingExpr(); in mangleType()
H A DASTContext.cpp12920 assert(Ctx.hasSameExpr(DX->getUnderlyingExpr(), DY->getUnderlyingExpr())); in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1389 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitTypeOfExprType()
1416 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitDecltypeType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6414 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
6421 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6400 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType()
6410 if (getDerived().AlwaysRebuild() || E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType()
6460 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType()
6470 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
H A DSemaChecking.cpp12041 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr()
14938 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
14940 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
H A DSemaTemplateInstantiateDecl.cpp1003 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
H A DSemaExpr.cpp4726 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/freebsd-14.2/contrib/llvm-project/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()
4730 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2415 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3447 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()