Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h80 SmallVector<StringRef, SmallVectorSize> ParamNames; variable
/llvm-project-15.0.7/lldb/tools/lldb-instr/
H A DInstrument.cpp41 std::vector<std::string> ParamNames; in VisitCXXMethodDecl() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCodeComplete.cpp1174 std::set<std::string> &ParamNames) in ParamNameCollector()
1201 std::set<std::string> &ParamNames; member in clang::clangd::__anonc7a99c3f0111::ParamNameCollector
1990 std::set<std::string> ParamNames; in codeCompleteComment() local
H A DInlayHints.cpp420 static bool isSetter(const FunctionDecl *Callee, const NameVec &ParamNames) { in isSetter()