Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1110 Declarator.getFunctionTypeInfo().isKNRPrototype()) in isStartOfFunctionDefinition()
1320 if (FTI.isKNRPrototype()) in ParseFunctionDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1505 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } in isKNRPrototype() function