Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4228 bool IsWithoutProtoADef = false, IsWithProtoADef = false; in MergeFunctionDecl() local
4232 IsWithProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4236 << (WithoutProto == Old) << IsWithProtoADef; in MergeFunctionDecl()