Searched defs:Param3 (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-string-init.cpp | 221 void Param3(std::string param = "") {} in Param3() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 1023 Param1, Param2, Param3, form); in addNew() argument 784 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) create() argument
|