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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1252 /// isKNRPrototype - Return true if this is a K&R style identifier list,
1255 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; } function in struct:clang::DeclaratorChunk::FunctionTypeInfo

Completed in 66 milliseconds