Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvaluationResult.cpp55 const FieldDecl *SubObjDecl) { in DiagnoseUninitializedSubobject() argument
56 assert(SubObjDecl && "Subobject declaration does not exist"); in DiagnoseUninitializedSubobject()
58 << /*(name)*/ 1 << SubObjDecl; in DiagnoseUninitializedSubobject()
59 S.Note(SubObjDecl->getLocation(), in DiagnoseUninitializedSubobject()