Searched defs:TentativeParsingAction (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h573 /// TentativeParsingAction - An object that is used as a kind of "tentative
579 /// TentativeParsingAction TPA(*this);
584 class TentativeParsingAction { class in class:clang::Parser
590 explicit TentativeParsingAction(Parser& p) : P(p) { function in class:clang::Parser::TentativeParsingAction
606 ~TentativeParsingAction() {

Completed in 24 milliseconds