Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4146 bool IsWithoutProtoADef = false, IsWithProtoADef = false; in MergeFunctionDecl() local
4148 IsWithoutProtoADef = NewDeclIsDefn; in MergeFunctionDecl()
4153 << IsWithoutProtoADef << (WithoutProto->getNumParams() ? 0 : 1) in MergeFunctionDecl()
4164 !IsWithoutProtoADef) in MergeFunctionDecl()