Home
last modified time | relevance | path

Searched defs:Param2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dlocal-variables.cpp8 int Function(int Param1, char Param2) { in Function() argument
[all...]
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h176 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 D2002-07-14-MiscTests3.c75 int Func(int Param, long long Param2) { in Func()
/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h783 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 DEasilySwappableParametersCheck.cpp1815 const ParmVarDecl *Param1, const ParmVarDecl *Param2) { in isSimilarlyUsedParameter()
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5628 SmallVector<QualType> Param2; getMoreSpecializedTemplate() local