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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 5642 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator);
5682 /// ParseDeclaratorInternal - Parse a C or C++ declarator. The direct-declarator
5707 void Parser::ParseDeclaratorInternal(Declarator &D,
5751 ParseDeclaratorInternal(D, DirectDeclParser);
5800 ParseDeclaratorInternal(D, DirectDeclParser);
5845 ParseDeclaratorInternal(D, DirectDeclParser);
5947 // ParseDeclaratorInternal might already have parsed the scope.
6391 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator);
7151 ParseDeclaratorInternal(D, &Parser::ParseDirectDeclarator);
ParseExprCXX.cpp 2700 ParseDeclaratorInternal(D, /*DirectDeclParser=*/nullptr);
3096 ParseDeclaratorInternal(DeclaratorInfo,
3109 ParseDeclaratorInternal(DeclaratorInfo,
3175 /// passed to ParseDeclaratorInternal.
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 2953 void ParseDeclaratorInternal(Declarator &D,

Completed in 21 milliseconds