Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp7571 bool MissingPrototype = true; in ShouldWarnAboutMissingPrototype() local
7579 MissingPrototype = !Prev->getType()->isFunctionProtoType(); in ShouldWarnAboutMissingPrototype()
7583 return MissingPrototype; in ShouldWarnAboutMissingPrototype()