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

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

Completed in 46 milliseconds