Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4210 bool IsWithoutProtoADef = false, IsWithProtoADef = false; in MergeFunctionDecl() local
4212 IsWithoutProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4217 << IsWithoutProtoADef << (WithoutProto->getNumParams() ? 0 : 1) in MergeFunctionDecl()
4228 !IsWithoutProtoADef) in MergeFunctionDecl()