Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h2206 bool isPastIdentifier() const { return Name.isValid(); } in isPastIdentifier() function
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp6374 assert(D.isPastIdentifier() && in ParseDirectDeclarator()
6519 assert(!D.isPastIdentifier() && "Should be called before passing identifier"); in ParseParenDeclarator()
6682 assert(D.isPastIdentifier() && "Should not call before identifier!"); in ParseFunctionDeclarator()
H A DParseDeclCXX.cpp2399 assert(DeclaratorInfo.isPastIdentifier() && in ParseCXXMemberDeclaratorBeforeInitializer()