HomeSort by relevance Sort by last modified time
    Searched refs:isDeclarationSpecifier (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 146 if (Tok.isNot(tok::identifier) && !isDeclarationSpecifier())
    [all...]
Parser.cpp 799 return isDeclarationSpecifier();
    [all...]
ParseTentative.cpp 824 isDeclarationSpecifier())) { // 'int(int)' is a function.
    [all...]

Completed in 1001 milliseconds