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

/external/clang/include/clang/Parse/
H A DParser.h644 /// TentativeParsingAction - An object that is used as a kind of "tentative
650 /// TentativeParsingAction TPA(*this);
655 class TentativeParsingAction { class in class:clang::Parser
663 explicit TentativeParsingAction(Parser& p) : P(p) { function in class:clang::Parser::TentativeParsingAction
691 ~TentativeParsingAction() {

Completed in 100 milliseconds