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

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

Completed in 897 milliseconds