Home
last modified time | relevance | path

Searched defs:SecondParam (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp108 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseSubMismatchMethodParameters() local
1153 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseMismatch() local
1350 NamedDecl *SecondParam = SecondTPL->getParam(i); in diagnoseMismatch() local
1700 const ParmVarDecl *SecondParam = SecondFunction->getParamDecl(I); in diagnoseMismatch() local
H A DASTContext.cpp10790 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3399 enum SecondParam { None, CPU, Tune }; in checkTargetAttr() enum
3457 enum SecondParam { None }; in checkTargetVersionAttr() enum
3505 enum SecondParam { None, CPU, Tune }; in checkTargetClonesAttrString() enum