Home
last modified time | relevance | path

Searched refs:FirstVD (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DODRDiagsEmitter.h164 const VarDecl *FirstVD,
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRDiagsEmitter.cpp289 const VarDecl *FirstVD, in diagnoseSubMismatchVar() argument
299 auto DiagError = [FirstRecord, FirstVD, FirstModule, in diagnoseSubMismatchVar()
301 return Diag(FirstVD->getLocation(), diag::err_module_odr_violation_variable) in diagnoseSubMismatchVar()
303 << FirstVD->getSourceRange() << DiffType; in diagnoseSubMismatchVar()
311 DeclarationName FirstName = FirstVD->getDeclName(); in diagnoseSubMismatchVar()
319 QualType FirstType = FirstVD->getType(); in diagnoseSubMismatchVar()
330 const Expr *FirstInit = FirstVD->getInit(); in diagnoseSubMismatchVar()
351 const bool FirstIsConstexpr = FirstVD->isConstexpr(); in diagnoseSubMismatchVar()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp3332 const ParmVarDecl *FirstVD = in mergeParamDeclAttributes() local
3334 S.Diag(FirstVD->getLocation(), in mergeParamDeclAttributes()