Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10197 const auto *SecondParam = cast<TemplateTypeParmDecl>(SecondDecl); in diagnoseOdrViolations() local
10231 const auto *SecondParam = cast<NonTypeTemplateParmDecl>(SecondDecl); in diagnoseOdrViolations() local
10265 const auto *SecondParam = in diagnoseOdrViolations() local
10559 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations() local
10876 NamedDecl *SecondParam = SecondTPL->getParam(i); in diagnoseOdrViolations() local
11246 auto *SecondParam = SecondFunction->getParamDecl(I); in diagnoseOdrViolations() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3113 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enum
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9979 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local