Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h1906 bool isPastIdentifier() const { return Name.isValid(); } in isPastIdentifier() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDecl.cpp5273 assert(D.isPastIdentifier() && in ParseDirectDeclarator()
5332 assert(!D.isPastIdentifier() && "Should be called before passing identifier"); in ParseParenDeclarator()
5452 assert(D.isPastIdentifier() && "Should not call before identifier!"); in ParseFunctionDeclarator()
HDParseDeclCXX.cpp2044 assert(DeclaratorInfo.isPastIdentifier() && in ParseCXXMemberDeclaratorBeforeInitializer()