Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h377 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType()
380 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
H A DTypeLoc.h1960 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function
1961 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
1993 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
H A DTypeProperties.td384 let Read = [{ node->getUnderlyingExpr() }];
407 let Read = [{ node->getUnderlyingExpr() }];
H A DCanonicalType.h537 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
H A DRecursiveASTVisitor.h988 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
993 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1259 { TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); })
1267 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
H A DType.h4433 Expr *getUnderlyingExpr() const { return TOExpr; }
4459 Profile(ID, Context, getUnderlyingExpr());
4500 Expr *getUnderlyingExpr() const { return E; }
4525 Profile(ID, Context, getUnderlyingExpr());
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp956 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
957 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
977 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
978 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DTypePrinter.cpp1072 if (T->getUnderlyingExpr()) in printTypeOfExprBefore()
1073 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore()
1091 if (T->getUnderlyingExpr()) in printDecltypeBefore()
1092 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
H A DODRHash.cpp844 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
1055 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
H A DTypeLoc.cpp312 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
H A DType.cpp3422 return getUnderlyingExpr()->getType(); in desugar()
H A DItaniumMangle.cpp3879 Expr *E = T->getUnderlyingExpr(); in mangleType()
H A DASTImporter.cpp1333 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitTypeOfExprType()
1350 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitDecltypeType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6047 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
6054 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6105 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType()
6115 E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType()
6164 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType()
6174 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
H A DSemaChecking.cpp9052 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr()
11834 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
11836 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
H A DSemaTemplateInstantiateDecl.cpp902 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
H A DSemaExpr.cpp4470 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2258 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3141 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/freebsd-13.1/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.cpp2285 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
4730 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()