Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSuspiciousCallArgumentCheck.h79 SmallVector<StringRef, SmallVectorSize> ParamNames; variable
/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp41 std::vector<std::string> ParamNames; VisitCXXMethodDecl() local
/llvm-project/clang-tools-extra/clangd/
H A DCodeComplete.cpp1292 ParamNameCollector(const clang::CodeCompleteOptions & CodeCompleteOpts,std::set<std::string> & ParamNames) ParamNameCollector() argument
1319 std::set<std::string> &ParamNames; global() member in clang::clangd::__anone5f83fc20111::ParamNameCollector
2168 std::set<std::string> ParamNames; codeCompleteComment() local
H A DInlayHints.cpp766 isSetter(const FunctionDecl * Callee,const NameVec & ParamNames) isSetter() argument