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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp 6221 ParseFunctionDeclarator(D, attrs, T, IsAmbiguous);
6316 /// parameter parens in an abstract-declarator, we call ParseFunctionDeclarator.
6410 // ParseFunctionDeclarator to handle of argument list.
6419 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
6465 /// ParseFunctionDeclarator - We are after the identifier and have parsed the
6485 void Parser::ParseFunctionDeclarator(Declarator &D,

Completed in 19 milliseconds