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

/external/clang/lib/Parse/
H A DParser.cpp798 Declarator.getFunctionTypeInfo().isKNRPrototype())
946 if (FTI.isKNRPrototype())
/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 161 milliseconds