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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
Parser.cpp 1008 Declarator.getFunctionTypeInfo().isKNRPrototype())
1193 if (FTI.isKNRPrototype())
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1417 /// isKNRPrototype - Return true if this is a K&R style identifier list,
1420 bool isKNRPrototype() const { return !hasPrototype && NumParams != 0; }

Completed in 18 milliseconds