Searched defs:ParseFunctionDeclarator (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp5125 ParseFunctionDeclarator(D, attrs, T, IsAmbiguous);
5138 /// parameter parens in an abstract-declarator, we call ParseFunctionDeclarator.
5232 // ParseFunctionDeclarator to handle of argument list.
5241 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
5245 /// ParseFunctionDeclarator - We are after the identifier and have parsed the
5264 void Parser::ParseFunctionDeclarator(Declarator &D, function in class:Parser

Completed in 50 milliseconds