Searched defs:Param2 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | local-variables.cpp | 8 int Function(int Param1, char Param2) { in Function() argument [all...] |
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 176 AST_MATCHER_P2(Type,DefineMatcher,ParamType1,Param1,ParamType2,Param2) global() argument 181 AST_MATCHER_P2_OVERLOAD(Type,DefineMatcher,ParamType1,Param1,ParamType2,Param2,OverloadId) global() argument 315 AST_POLYMORPHIC_MATCHER_P2(DefineMatcher,ReturnTypesF,ParamType1,Param1,ParamType2,Param2) global() argument 321 AST_POLYMORPHIC_MATCHER_P2_OVERLOAD(DefineMatcher,ReturnTypesF,ParamType1,Param1,ParamType2,Param2,OverloadId) global() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-07-14-MiscTests3.c | 75 int Func(int Param, long long Param2) { in Func()
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedAttr.h | 783 create(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) create() argument 1022 addNew(IdentifierInfo * attrName,SourceRange attrRange,IdentifierInfo * scopeName,SourceLocation scopeLoc,IdentifierLoc * Param1,IdentifierLoc * Param2,IdentifierLoc * Param3,ParsedAttr::Form form) addNew() argument
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 1815 const ParmVarDecl *Param1, const ParmVarDecl *Param2) { in isSimilarlyUsedParameter()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5628 SmallVector<QualType> Param2; getMoreSpecializedTemplate() local
|