Home
last modified time | relevance | path

Searched refs:isSetter (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DInlayHints.cpp396 if (isSetter(Callee, ParameterNames) || isSimpleBuiltin(Callee)) in processCall()
420 static bool isSetter(const FunctionDecl *Callee, const NameVec &ParamNames) { in isSetter() function in clang::clangd::__anon18ece24e0111::InlayHintVisitor
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp164 assert(Msg.isSetter() && "Getters have no args"); in describeUninitializedArgumentInCall()
168 if (Msg.isSetter() && (ArgumentNumber == 0)) in describeUninitializedArgumentInCall()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1193 bool isSetter() const { in isSetter() function