Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h420 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType()
423 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
495 Visit(TL.getUnderlyingExpr()); in VisitTypeOfExprTypeLoc()
498 Visit(TL.getUnderlyingExpr()); in VisitDecltypeType()
H A DTypeLoc.h2040 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function
2041 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr()
2081 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
H A DCanonicalType.h536 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
H A DTypeProperties.td430 let Read = [{ node->getUnderlyingExpr() }];
461 let Read = [{ node->getUnderlyingExpr() }];
H A DRecursiveASTVisitor.h1092 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1097 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); })
1382 { TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); })
1390 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
H A DType.h5679 Expr *getUnderlyingExpr() const { return TOExpr; }
5708 Profile(ID, Context, getUnderlyingExpr(),
5755 Expr *getUnderlyingExpr() const { return E; }
5778 Profile(ID, Context, getUnderlyingExpr());
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1129 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1130 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
1150 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1151 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp1001 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType()
1194 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
H A DTypePrinter.cpp1217 if (T->getUnderlyingExpr()) in printTypeOfExprBefore()
1218 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore()
1237 if (T->getUnderlyingExpr()) in printDecltypeBefore()
1238 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
H A DTypeLoc.cpp328 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
H A DType.cpp3924 QualType QT = getUnderlyingExpr()->getType(); in desugar()
H A DItaniumMangle.cpp4347 Expr *E = T->getUnderlyingExpr(); in mangleType()
H A DASTImporter.cpp1415 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitTypeOfExprType()
1442 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitDecltypeType()
H A DASTContext.cpp13424 assert(Ctx.hasSameExpr(DX->getUnderlyingExpr(), DY->getUnderlyingExpr())); in getCommonNonSugarTypeNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6588 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
6595 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DTreeTransform.h6548 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType()
6558 if (getDerived().AlwaysRebuild() || E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType()
6608 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType()
6618 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
H A DSemaChecking.cpp7252 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr()
10165 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
10167 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
H A DSemaTemplateInstantiateDecl.cpp1028 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
H A DSemaExpr.cpp4481 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2497 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3590 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2285 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl()
4728 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()