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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp455 return ParseTypeParameter(Depth, Position);
466 /// ParseTypeParameter - Parse a template type parameter (C++ [temp.param]).
475 Decl *Parser::ParseTypeParameter(unsigned Depth, unsigned Position) { function in class:Parser
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2261 Decl *ParseTypeParameter(unsigned Depth, unsigned Position);

Completed in 61 milliseconds