Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10334 const auto *SecondParam = cast<TemplateTypeParmDecl>(SecondDecl); in diagnoseOdrViolations() local
10368 const auto *SecondParam = cast<NonTypeTemplateParmDecl>(SecondDecl); in diagnoseOdrViolations() local
10402 const auto *SecondParam = in diagnoseOdrViolations() local
10696 const ParmVarDecl *SecondParam = SecondMethod->getParamDecl(I); in diagnoseOdrViolations() local
11013 NamedDecl *SecondParam = SecondTPL->getParam(i); in diagnoseOdrViolations() local
11383 auto *SecondParam = SecondFunction->getParamDecl(I); in diagnoseOdrViolations() local
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp3072 enum SecondParam { None, Architecture, Tune }; in checkTargetAttr() enum
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9865 FunctionProtoType::ExtParameterInfo FirstParam, SecondParam; in mergeExtParameterInfo() local