Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp156 if (expectIdentifier()) { in ParseObjCAtClassDeclaration()
246 if (expectIdentifier()) in ParseObjCAtInterfaceDeclaration()
333 if (expectIdentifier()) in ParseObjCAtInterfaceDeclaration()
1472 if (expectIdentifier()) in ParseObjCMethodDecl()
1580 if (expectIdentifier()) { in ParseObjCProtocolReferences()
2074 if (expectIdentifier()) in ParseObjCAtProtocolDeclaration()
2094 if (expectIdentifier()) { in ParseObjCAtProtocolDeclaration()
2170 if (expectIdentifier()) in ParseObjCAtImplementationDeclaration()
2240 if (expectIdentifier()) in ParseObjCAtImplementationDeclaration()
2342 if (expectIdentifier()) in ParseObjCAtAliasDeclaration()
[all …]
H A DParser.cpp215 bool Parser::expectIdentifier() { in expectIdentifier() function in Parser
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1084 bool expectIdentifier();