Home
last modified time | relevance | path

Searched defs:isInstanceMessage (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1159 bool isInstanceMessage() const { in isInstanceMessage() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h1238 bool isInstanceMessage() const { in isInstanceMessage() function
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp691 TEST(Matcher, isInstanceMessage) { in TEST() argument
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3705 AST_MATCHER(ObjCMessageExpr, isInstanceMessage) { in AST_MATCHER() argument