| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 383 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType() 386 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
|
| H A D | TypeLoc.h | 1999 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function 2000 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr() 2040 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
|
| H A D | CanonicalType.h | 536 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
|
| H A D | TypeProperties.td | 397 let Read = [{ node->getUnderlyingExpr() }]; 428 let Read = [{ node->getUnderlyingExpr() }];
|
| H A D | RecursiveASTVisitor.h | 1061 { 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 D | Type.h | 4823 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 D | TypePrinter.cpp | 1165 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 D | ASTStructuralEquivalence.cpp | 1111 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 D | ODRHash.cpp | 984 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType() 1177 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
|
| H A D | TypeLoc.cpp | 328 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
|
| H A D | Type.cpp | 3774 QualType QT = getUnderlyingExpr()->getType(); in desugar()
|
| H A D | ItaniumMangle.cpp | 4330 Expr *E = T->getUnderlyingExpr(); in mangleType()
|
| H A D | ASTContext.cpp | 12920 assert(Ctx.hasSameExpr(DX->getUnderlyingExpr(), DY->getUnderlyingExpr())); in getCommonNonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1389 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 D | SemaTemplateDeduction.cpp | 6414 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters() 6421 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 6400 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 D | SemaChecking.cpp | 12041 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr() 14938 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison() 14940 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1003 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
|
| H A D | SemaExpr.cpp | 4726 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2199 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl() 3899 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
|
| H A D | RewriteModernObjC.cpp | 2286 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl() 4730 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2415 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3447 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|