Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp139 if (expectIdentifier()) { in ParseObjCAtClassDeclaration()
229 if (expectIdentifier()) in ParseObjCAtInterfaceDeclaration()
316 if (expectIdentifier()) in ParseObjCAtInterfaceDeclaration()
1419 if (expectIdentifier()) in ParseObjCMethodDecl()
1527 if (expectIdentifier()) { in ParseObjCProtocolReferences()
2009 if (expectIdentifier()) in ParseObjCAtProtocolDeclaration()
2092 if (expectIdentifier()) in ParseObjCAtImplementationDeclaration()
2163 if (expectIdentifier()) in ParseObjCAtImplementationDeclaration()
2264 if (expectIdentifier()) in ParseObjCAtAliasDeclaration()
2268 if (expectIdentifier()) in ParseObjCAtAliasDeclaration()
[all …]
H A DParser.cpp215 bool Parser::expectIdentifier() { in expectIdentifier() function in Parser
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h945 bool expectIdentifier();