| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ParentMap.cpp | 40 if (M[POE->getSyntacticForm()]) in BuildParentMap() 44 M[POE->getSyntacticForm()] = S; in BuildParentMap() 45 BuildParentMap(M, POE->getSyntacticForm(), OV_Transparent); in BuildParentMap()
|
| H A D | Expr.cpp | 2361 if (InitListExpr *SyntacticForm = getSyntacticForm()) in getBeginLoc() 2379 if (InitListExpr *SyntacticForm = getSyntacticForm()) in getEndLoc() 2472 if (isa<ObjCPropertyRefExpr, ObjCSubscriptRefExpr>(POE->getSyntacticForm())) in isReadIfDiscardedInCPlusPlus11() 2735 POE->getSyntacticForm())) { in isUnusedResultAWarning() 2743 if (auto *BO = dyn_cast<BinaryOperator>(POE->getSyntacticForm())) in isUnusedResultAWarning() 2746 if (auto *UO = dyn_cast<UnaryOperator>(POE->getSyntacticForm())) in isUnusedResultAWarning()
|
| H A D | StmtPrinter.cpp | 1691 if (Node->getSyntacticForm()) { in VisitInitListExpr() 1692 Visit(Node->getSyntacticForm()); in VisitInitListExpr() 1801 PrintExpr(Node->getSyntacticForm()); in VisitPseudoObjectExpr()
|
| H A D | StmtProfile.cpp | 1480 if (S->getSyntacticForm()) { in VisitInitListExpr() 1481 VisitInitListExpr(S->getSyntacticForm()); in VisitInitListExpr()
|
| H A D | ComputeDependence.cpp | 681 auto D = O->getSyntacticForm()->getDependence(); in computeDependence()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 95 dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in getBaseInfo() 162 markSafeWeakUse(POE->getSyntacticForm()); in markSafeWeakUse()
|
| H A D | SemaExprMember.cpp | 1629 VK = POE->getSyntacticForm()->getValueKind(); in LookupMemberExpr()
|
| H A D | SemaPseudoObject.cpp | 1639 Expr *syntax = E->getSyntacticForm(); in recreateSyntacticForm()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransZeroOutPropsInDealloc.cpp | 191 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm()); in isZeroingPropIvar()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexBody.cpp | 239 const auto *E = POE->getSyntacticForm(); in VisitObjCMessageExpr() 429 InitListExpr *SyntaxForm = S->isSemanticForm() ? S->getSyntacticForm() : S; in TraverseInitListExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-reorder-fields/ |
| H A D | ReorderFieldsAction.cpp | 234 if (const auto *SyntacticForm = InitListEx->getSyntacticForm()) in reorderFieldsInInitListExpr()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelection.cpp | 67 return TraverseStmt(E->getSyntacticForm()); in TraversePseudoObjectExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | DumpAST.cpp | 395 return TraverseStmt(E->getSyntacticForm()); in TraversePseudoObjectExpr()
|
| H A D | FindTarget.cpp | 339 Outer.add(POE->getSyntacticForm(), Flags); in add() 973 return RecursiveASTVisitor::TraverseStmt(POE->getSyntacticForm()); in TraversePseudoObjectExpr()
|
| H A D | Selection.cpp | 711 return traverseNode(E, [&] { return TraverseStmt(E->getSyntacticForm()); }); in TraversePseudoObjectExpr()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 592 E = POE->getSyntacticForm()->IgnoreParenCasts(); in peel()
|
| H A D | DynamicTypePropagation.cpp | 703 E = POE->getSyntacticForm()->IgnoreParenImpCasts(); in stripCastsAndSugar()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 4952 InitListExpr *getSyntacticForm() const { in getSyntacticForm() function 6144 Expr *getSyntacticForm() { return getSubExprsBuffer()[0]; } in getSyntacticForm() function 6145 const Expr *getSyntacticForm() const { return getSubExprsBuffer()[0]; } in getSyntacticForm() function 6197 return getSyntacticForm()->getExprLoc(); in getExprLoc() 6201 return getSyntacticForm()->getBeginLoc(); in getBeginLoc() 6204 return getSyntacticForm()->getEndLoc(); in getEndLoc()
|
| H A D | RecursiveASTVisitor.h | 656 if (auto Syn = ILE->isSemanticForm() ? ILE->getSyntacticForm() : ILE) \ 2545 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue)); 2571 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getSyntacticForm());
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 991 const Expr *Syntactic = POE->getSyntacticForm()->IgnoreParens(); in getSyntacticFromForPseudoObjectExpr()
|
| H A D | BugReporterVisitors.cpp | 1970 const auto *PropRef = dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in peelOffOuterExpr()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXCursor.cpp | 348 return MakeCXCursor(cast<PseudoObjectExpr>(S)->getSyntacticForm(), Parent, in MakeCXCursor()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1059 Record.AddStmt(E->getSyntacticForm()); in VisitInitListExpr() 1258 Record.AddStmt(E->getSyntacticForm()); in VisitPseudoObjectExpr()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1259 RHS = cast<BinaryOperator>(PseudoOp->getSyntacticForm())->getRHS(); in RewritePropertyOrImplicitSetter() 4566 if (isa<BinaryOperator>(PseudoOp->getSyntacticForm())) { in RewriteFunctionBodyOrGlobalInitializer()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1694 const Expr *SyntForm = Node.getSyntacticForm(); in AST_MATCHER_P()
|