Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2252 bool isPastIdentifier() const { return Name.isValid(); } in isPastIdentifier() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6732 assert(D.isPastIdentifier() && in ParseDirectDeclarator()
6904 assert(!D.isPastIdentifier() && "Should be called before passing identifier"); in ParseParenDeclarator()
7068 assert(D.isPastIdentifier() && "Should not call before identifier!"); in ParseFunctionDeclarator()
H A DParseDeclCXX.cpp2529 assert(DeclaratorInfo.isPastIdentifier() && in ParseCXXMemberDeclaratorBeforeInitializer()