Home
last modified time | relevance | path

Searched defs:ObjCMessageExpr (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/DomainSpecific/
H A DObjCNoReturn.h22 class ObjCMessageExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DRewriters.h13 class ObjCMessageExpr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp106 ObjCMessageExpr::ObjCMessageExpr(QualType T, ExprValueKind VK, in ObjCMessageExpr() function in ObjCMessageExpr
126 ObjCMessageExpr::ObjCMessageExpr(QualType T, ExprValueKind VK, in ObjCMessageExpr() function in ObjCMessageExpr
143 ObjCMessageExpr::ObjCMessageExpr(QualType T, ExprValueKind VK, in ObjCMessageExpr() function in ObjCMessageExpr
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h49 class ObjCMessageExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3716 AST_MATCHER_P(ObjCMessageExpr, hasReceiverType, internal::Matcher<QualType>, in AST_MATCHER_P() argument
3767 AST_MATCHER(ObjCMessageExpr, isClassMessage) { in AST_MATCHER() argument
3784 AST_MATCHER(ObjCMessageExpr, isInstanceMessage) { in AST_MATCHER() argument
3798 AST_MATCHER_P(ObjCMessageExpr, hasReceiver, internal::Matcher<Expr>, in AST_MATCHER_P() argument
3814 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument
3841 AST_MATCHER_REGEX(ObjCMessageExpr, matchesSelector, RegExp) { in AST_MATCHER_REGEX() argument
3850 AST_MATCHER(ObjCMessageExpr, hasNullSelector) { in AST_MATCHER() argument
3862 AST_MATCHER(ObjCMessageExpr, hasUnarySelector) { in AST_MATCHER() argument
3878 AST_MATCHER(ObjCMessageExpr, hasKeywordSelector) { in AST_MATCHER() argument
3893 AST_MATCHER_P(ObjCMessageExpr, numSelectorArgs, unsigned, N) { in AST_MATCHER_P() argument
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h109 class ObjCMessageExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h67 class ObjCMessageExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h51 class ObjCMessageExpr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2463 bool (*refactor)(const ObjCMessageExpr *, in applyCocoaAPICheck()