HomeSort by: relevance | last modified time | path
    Searched defs:hasPrototype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1277 /// hasPrototype - This is true if the function had at least one typed
1280 unsigned hasPrototype : 1;
1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; }
DeclSpec.h 1277 /// hasPrototype - This is true if the function had at least one typed
1280 unsigned hasPrototype : 1;
1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; }

Completed in 50 milliseconds