Home
last modified time | relevance | path

Searched defs:isKNRPrototype (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DDeclSpec.h1334 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype() function
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1409 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype() function