Home
last modified time | relevance | path

Searched defs:ObjCMessageExpr (Results 1 – 11 of 11) 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.cpp103 ObjCMessageExpr::ObjCMessageExpr(QualType T, ExprValueKind VK, in ObjCMessageExpr() function in ObjCMessageExpr
123 ObjCMessageExpr::ObjCMessageExpr(QualType T, ExprValueKind VK, in ObjCMessageExpr() function in ObjCMessageExpr
140 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.h3809 AST_MATCHER_P(ObjCMessageExpr, hasReceiverType, internal::Matcher<QualType>, in AST_MATCHER_P() argument
3860 AST_MATCHER(ObjCMessageExpr, isClassMessage) { in AST_MATCHER() argument
3877 AST_MATCHER(ObjCMessageExpr, isInstanceMessage) { in AST_MATCHER() argument
3891 AST_MATCHER_P(ObjCMessageExpr, hasReceiver, internal::Matcher<Expr>, in AST_MATCHER_P() argument
3907 AST_MATCHER_P(ObjCMessageExpr, hasSelector, std::string, BaseName) { in AST_MATCHER_P() argument
3934 AST_MATCHER_REGEX(ObjCMessageExpr, matchesSelector, RegExp) { in AST_MATCHER_REGEX() argument
3943 AST_MATCHER(ObjCMessageExpr, hasNullSelector) { in AST_MATCHER() argument
3955 AST_MATCHER(ObjCMessageExpr, hasUnarySelector) { in AST_MATCHER() argument
3971 AST_MATCHER(ObjCMessageExpr, hasKeywordSelector) { in AST_MATCHER() argument
3986 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
H A DExprObjC.h1006 ObjCMessageExpr(EmptyShell Empty, unsigned NumArgs) in ObjCMessageExpr() function
/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/ASTMatchers/
H A DASTMatchersInternal.cpp44 AST_MATCHER_P(ObjCMessageExpr, hasAnySelectorMatcher, std::vector<std::string>, in AST_MATCHER_P() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2452 bool (*refactor)(const ObjCMessageExpr *, in applyCocoaAPICheck()