Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2172 bool isPastIdentifier() const { return Name.isValid(); } in isPastIdentifier() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp6185 assert(D.isPastIdentifier() && in ParseDirectDeclarator()
6330 assert(!D.isPastIdentifier() && "Should be called before passing identifier"); in ParseParenDeclarator()
6493 assert(D.isPastIdentifier() && "Should not call before identifier!"); in ParseFunctionDeclarator()
H A DParseDeclCXX.cpp2351 assert(DeclaratorInfo.isPastIdentifier() && in ParseCXXMemberDeclaratorBeforeInitializer()