| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 377 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType() 380 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
|
| H A D | TypeLoc.h | 1992 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function 1993 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr() 2033 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
|
| H A D | TypeProperties.td | 397 let Read = [{ node->getUnderlyingExpr() }]; 420 let Read = [{ node->getUnderlyingExpr() }];
|
| H A D | CanonicalType.h | 537 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
|
| H A D | RecursiveASTVisitor.h | 1084 { 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 D | Type.h | 4524 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 D | ASTStructuralEquivalence.cpp | 970 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 D | ODRHash.cpp | 845 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType() 1056 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
|
| H A D | TypePrinter.cpp | 1112 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 D | TypeLoc.cpp | 321 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
|
| H A D | Type.cpp | 3485 return getUnderlyingExpr()->getType(); in desugar()
|
| H A D | ItaniumMangle.cpp | 3956 Expr *E = T->getUnderlyingExpr(); in mangleType()
|
| H A D | ASTImporter.cpp | 1370 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 D | SemaTemplateDeduction.cpp | 5925 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters() 5932 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 6197 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 D | SemaChecking.cpp | 10038 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr() 12873 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison() 12875 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 955 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
|
| H A D | SemaExpr.cpp | 4582 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|
| /llvm-project-15.0.7/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() 4731 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2325 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3285 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1816 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU)); in VisitTypeOfExprTypeLoc() 1863 if (Expr *E = TL.getUnderlyingExpr()) in VisitDecltypeTypeLoc()
|