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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp2058 /// ParseBaseClause - Parse the base-clause of a C++ class [C++ class.derived].
2065 void Parser::ParseBaseClause(Decl *ClassDecl) { function in class:Parser
3094 ParseBaseClause(nullptr);
3331 ParseBaseClause(TagDecl);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3114 void ParseBaseClause(Decl *ClassDecl);

Completed in 260 milliseconds