Home
last modified time | relevance | path

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

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