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

/external/clang/include/clang/Sema/
H A DDeclSpec.h1140 /// hasPrototype - This is true if the function had at least one typed
1143 unsigned hasPrototype : 1; member in struct:clang::DeclaratorChunk::FunctionTypeInfo
1255 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; }

Completed in 467 milliseconds