| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 353 Visit(T->getUnderlyingExpr()); in VisitTypeOfExprType() 356 Visit(T->getUnderlyingExpr()); in VisitDecltypeType()
|
| H A D | TypeLoc.h | 1960 Expr* getUnderlyingExpr() const { in getUnderlyingExpr() function 1961 return getTypePtr()->getUnderlyingExpr(); in getUnderlyingExpr() 1993 Expr *getUnderlyingExpr() const { return getTypePtr()->getUnderlyingExpr(); } in getUnderlyingExpr() function
|
| H A D | TypeProperties.td | 384 let Read = [{ node->getUnderlyingExpr() }]; 407 let Read = [{ node->getUnderlyingExpr() }];
|
| H A D | CanonicalType.h | 537 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Expr *, getUnderlyingExpr)
|
| H A D | RecursiveASTVisitor.h | 990 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); }) 995 { TRY_TO(TraverseStmt(T->getUnderlyingExpr())); }) 1261 { TRY_TO(TraverseStmt(TL.getUnderlyingExpr())); }) 1269 TRY_TO(TraverseStmt(TL.getTypePtr()->getUnderlyingExpr()));
|
| H A D | Type.h | 4433 Expr *getUnderlyingExpr() const { return TOExpr; } 4459 Profile(ID, Context, getUnderlyingExpr()); 4500 Expr *getUnderlyingExpr() const { return E; } 4525 Profile(ID, Context, getUnderlyingExpr());
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 955 Context, cast<TypeOfExprType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 956 cast<TypeOfExprType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent() 976 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 977 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1067 if (T->getUnderlyingExpr()) in printTypeOfExprBefore() 1068 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printTypeOfExprBefore() 1086 if (T->getUnderlyingExpr()) in printDecltypeBefore() 1087 T->getUnderlyingExpr()->printPretty(OS, nullptr, Policy); in printDecltypeBefore()
|
| H A D | ODRHash.cpp | 844 AddStmt(T->getUnderlyingExpr()); in VisitDecltypeType() 1055 AddStmt(T->getUnderlyingExpr()); in VisitTypeOfExprType()
|
| H A D | TypeLoc.cpp | 312 getUnderlyingExpr()->getSourceRange().getEnd()); in getLocalSourceRange()
|
| H A D | Type.cpp | 3418 return getUnderlyingExpr()->getType(); in desugar()
|
| H A D | ItaniumMangle.cpp | 3869 Expr *E = T->getUnderlyingExpr(); in mangleType()
|
| H A D | ASTImporter.cpp | 1315 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitTypeOfExprType() 1332 ExpectedExpr ToExprOrErr = import(T->getUnderlyingExpr()); in VisitDecltypeType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 6047 cast<TypeOfExprType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters() 6054 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 6082 ExprResult E = getDerived().TransformExpr(TL.getUnderlyingExpr()); in TransformTypeOfExprType() 6092 E.get() != TL.getUnderlyingExpr()) { in TransformTypeOfExprType() 6141 ExprResult E = getDerived().TransformExpr(T->getUnderlyingExpr()); in TransformDecltypeType() 6151 E.get() != T->getUnderlyingExpr()) { in TransformDecltypeType()
|
| H A D | SemaChecking.cpp | 8780 ExprTy = TET->getUnderlyingExpr()->getType(); in checkFormatExpr() 11561 LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison() 11563 RHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts(); in AnalyzeComparison()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 866 if (DT && RD && isa<ConditionalOperator>(DT->getUnderlyingExpr()) && in InstantiateTypedefNameDecl()
|
| H A D | SemaExpr.cpp | 4433 T = cast<TypeOfExprType>(Ty)->getUnderlyingExpr()->getType(); in captureVariablyModifiedType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2244 EmitIgnoredExpr(cast<TypeOfExprType>(ty)->getUnderlyingExpr()); in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3159 T = cast<TypeOfExprType>(T)->getUnderlyingExpr()->getType(); in UnwrapTypeForDebugInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2199 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl() 3913 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
|
| H A D | RewriteModernObjC.cpp | 2285 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteTypeOfDecl() 4743 QT = TypeOfExprTypePtr->getUnderlyingExpr()->getType(); in RewriteCastExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 1728 return Visit(MakeCXCursor(TL.getUnderlyingExpr(), StmtParent, TU)); in VisitTypeOfExprTypeLoc() 1775 if (Expr *E = TL.getUnderlyingExpr()) in VisitDecltypeTypeLoc()
|