Home
last modified time | relevance | path

Searched refs:OPRE (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp573 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
577 if (!OPRE->isImplicitProperty()) in VisitObjCPropertyRefExpr()
583 if (OPRE->isMessagingGetter()) { in VisitObjCPropertyRefExpr()
584 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertyGetter(), in VisitObjCPropertyRefExpr()
585 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
588 if (OPRE->isMessagingSetter()) { in VisitObjCPropertyRefExpr()
589 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertySetter(), in VisitObjCPropertyRefExpr()
590 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
H A DFindTarget.cpp311 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
312 if (OPRE->isExplicitProperty()) in add()
313 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
315 if (OPRE->isMessagingGetter()) in add()
316 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
317 if (OPRE->isMessagingSetter()) in add()
318 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp573 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
577 if (!OPRE->isImplicitProperty()) in VisitObjCPropertyRefExpr()
583 if (OPRE->isMessagingGetter()) { in VisitObjCPropertyRefExpr()
584 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertyGetter(), in VisitObjCPropertyRefExpr()
585 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
588 if (OPRE->isMessagingSetter()) { in VisitObjCPropertyRefExpr()
589 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertySetter(), in VisitObjCPropertyRefExpr()
590 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
H A DFindTarget.cpp311 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
312 if (OPRE->isExplicitProperty()) in add()
313 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
315 if (OPRE->isMessagingGetter()) in add()
316 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
317 if (OPRE->isMessagingSetter()) in add()
318 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp573 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
577 if (!OPRE->isImplicitProperty()) in VisitObjCPropertyRefExpr()
583 if (OPRE->isMessagingGetter()) { in VisitObjCPropertyRefExpr()
584 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertyGetter(), in VisitObjCPropertyRefExpr()
585 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
588 if (OPRE->isMessagingSetter()) { in VisitObjCPropertyRefExpr()
589 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertySetter(), in VisitObjCPropertyRefExpr()
590 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
H A DFindTarget.cpp311 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
312 if (OPRE->isExplicitProperty()) in add()
313 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
315 if (OPRE->isMessagingGetter()) in add()
316 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
317 if (OPRE->isMessagingSetter()) in add()
318 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp573 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
577 if (!OPRE->isImplicitProperty()) in VisitObjCPropertyRefExpr()
583 if (OPRE->isMessagingGetter()) { in VisitObjCPropertyRefExpr()
584 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertyGetter(), in VisitObjCPropertyRefExpr()
585 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
588 if (OPRE->isMessagingSetter()) { in VisitObjCPropertyRefExpr()
589 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertySetter(), in VisitObjCPropertyRefExpr()
590 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
H A DFindTarget.cpp311 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
312 if (OPRE->isExplicitProperty()) in add()
313 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
315 if (OPRE->isMessagingGetter()) in add()
316 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
317 if (OPRE->isMessagingSetter()) in add()
318 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp676 bool VisitObjCPropertyRefExpr(ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
680 if (!OPRE->isImplicitProperty()) in VisitObjCPropertyRefExpr()
686 if (OPRE->isMessagingGetter()) { in VisitObjCPropertyRefExpr()
687 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertyGetter(), in VisitObjCPropertyRefExpr()
688 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
691 if (OPRE->isMessagingSetter()) { in VisitObjCPropertyRefExpr()
692 highlightObjCImplicitPropertyRef(OPRE->getImplicitPropertySetter(), in VisitObjCPropertyRefExpr()
693 OPRE->getLocation()); in VisitObjCPropertyRefExpr()
H A DFindTarget.cpp321 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
322 if (OPRE->isExplicitProperty()) in add()
323 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
325 if (OPRE->isMessagingGetter()) in add()
326 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
327 if (OPRE->isMessagingSetter()) in add()
328 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp341 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
342 if (OPRE->isExplicitProperty()) in add()
343 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
345 if (OPRE->isMessagingGetter()) in add()
346 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
347 if (OPRE->isMessagingSetter()) in add()
348 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DFindTarget.cpp341 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
342 if (OPRE->isExplicitProperty()) in add()
343 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
345 if (OPRE->isMessagingGetter()) in add()
346 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
347 if (OPRE->isMessagingSetter()) in add()
348 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/
H A DFindTarget.cpp391 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
392 if (OPRE->isExplicitProperty()) in add()
393 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
395 if (OPRE->isMessagingGetter()) in add()
396 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
397 if (OPRE->isMessagingSetter()) in add()
398 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/
H A DFindTarget.cpp391 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
392 if (OPRE->isExplicitProperty()) in add()
393 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
395 if (OPRE->isMessagingGetter()) in add()
396 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
397 if (OPRE->isMessagingSetter()) in add()
398 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DFindTarget.cpp498 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
499 if (OPRE->isExplicitProperty()) in add()
500 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
502 if (OPRE->isMessagingGetter()) in add()
503 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
504 if (OPRE->isMessagingSetter()) in add()
505 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DFindTarget.cpp504 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
505 if (OPRE->isExplicitProperty()) in add()
506 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
508 if (OPRE->isMessagingGetter()) in add()
509 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
510 if (OPRE->isMessagingSetter()) in add()
511 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DFindTarget.cpp504 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()
505 if (OPRE->isExplicitProperty()) in add()
506 Outer.add(OPRE->getExplicitProperty(), Flags); in add()
508 if (OPRE->isMessagingGetter()) in add()
509 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()
510 if (OPRE->isMessagingSetter()) in add()
511 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DJSONNodeDumper.cpp1155 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1156 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1158 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1160 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1164 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1167 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1168 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1169 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1115 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1116 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1118 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1120 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1124 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1127 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1128 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1129 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DJSONNodeDumper.cpp1115 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1116 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1118 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1120 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1124 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1127 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1128 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1129 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DJSONNodeDumper.cpp1109 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1110 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1112 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1114 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1118 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1121 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1122 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1123 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DJSONNodeDumper.cpp1109 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1110 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1112 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1114 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1118 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1121 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1122 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1123 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DJSONNodeDumper.cpp1100 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1101 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1103 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1105 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1109 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1112 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1113 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1114 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DJSONNodeDumper.cpp1155 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1156 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1158 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1160 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1164 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1167 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1168 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1169 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DJSONNodeDumper.cpp1155 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument
1156 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()
1158 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()
1160 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()
1164 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1167 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()
1168 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()
1169 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()

123