Home
last modified time | relevance | path

Searched refs:expectIdentifier (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp139 if (expectIdentifier()) { in ParseObjCAtClassDeclaration()
229 if (expectIdentifier()) in ParseObjCAtInterfaceDeclaration()
316 if (expectIdentifier()) in ParseObjCAtInterfaceDeclaration()
1434 if (expectIdentifier()) in ParseObjCMethodDecl()
1541 if (expectIdentifier()) { in ParseObjCProtocolReferences()
2035 if (expectIdentifier()) in ParseObjCAtProtocolDeclaration()
2055 if (expectIdentifier()) { in ParseObjCAtProtocolDeclaration()
2119 if (expectIdentifier()) in ParseObjCAtImplementationDeclaration()
2189 if (expectIdentifier()) in ParseObjCAtImplementationDeclaration()
2289 if (expectIdentifier()) in ParseObjCAtAliasDeclaration()
[all …]
H A DParser.cpp215 bool Parser::expectIdentifier() { in expectIdentifier() function in Parser
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1049 bool expectIdentifier();