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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4955 ParseFunctionDeclarator(D, attrs, T, IsAmbiguous);
4968 /// parameter parens in an abstract-declarator, we call ParseFunctionDeclarator.
5062 // ParseFunctionDeclarator to handle of argument list.
5071 ParseFunctionDeclarator(D, attrs, T, false, RequiresArg);
5075 /// ParseFunctionDeclarator - We are after the identifier and have parsed the
5094 void Parser::ParseFunctionDeclarator(Declarator &D, function in class:Parser
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2078 void ParseFunctionDeclarator(Declarator &D,

Completed in 144 milliseconds