Searched refs:isPastIdentifier (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h1724 /// isPastIdentifier - Return true if we have parsed beyond the point where
1726 bool isPastIdentifier() const { return Name.isValid(); } function in class:clang::Declarator
/external/clang/lib/Parse/
H A DParseDecl.cpp4372 assert(D.isPastIdentifier() &&
4428 assert(!D.isPastIdentifier() && "Should be called before passing identifier");
4549 assert(D.isPastIdentifier() && "Should not call before identifier!");

Completed in 173 milliseconds