Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2172 bool isPastIdentifier() const { return Name.isValid(); } in isPastIdentifier() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseDecl.cpp6202 assert(D.isPastIdentifier() && in ParseDirectDeclarator()
6347 assert(!D.isPastIdentifier() && "Should be called before passing identifier"); in ParseParenDeclarator()
6510 assert(D.isPastIdentifier() && "Should not call before identifier!"); in ParseFunctionDeclarator()
DParseDeclCXX.cpp2408 assert(DeclaratorInfo.isPastIdentifier() && in ParseCXXMemberDeclaratorBeforeInitializer()