Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp12683 bool MissingPrototype = true; in ShouldWarnAboutMissingPrototype() local
12691 MissingPrototype = !Prev->getType()->isFunctionProtoType(); in ShouldWarnAboutMissingPrototype()
12697 return MissingPrototype; in ShouldWarnAboutMissingPrototype()