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

/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1045 TentativeParsingAction PA(*this);
1129 class Parser::UnannotatedTentativeParsingAction : public TentativeParsingAction {
1133 : TentativeParsingAction(Self), Self(Self), EndKind(EndKind) {
1136 TentativeParsingAction Inner(Self);
H A DParseTemplate.cpp1586 TentativeParsingAction TPA(*this);
1793 TentativeParsingAction TPA(*this);
1841 TentativeParsingAction TPA(*this);
H A DParseOpenMP.cpp372 TentativeParsingAction TPA(*this);
2052 TentativeParsingAction TPA(*this);
2535 TentativeParsingAction TPA(*this);
3969 TentativeParsingAction TPA(*this);
4458 TentativeParsingAction TPA(*this);
4530 TentativeParsingAction TPA(*this);
H A DParseExprCXX.cpp279 TentativeParsingAction TPA(*this);
785 TentativeParsingAction TPA(*this);
3389 TentativeParsingAction TPA(*this);
3664 TentativeParsingAction TPA(*this);
H A DParseStmt.cpp1904 TentativeParsingAction PA(*this);
2511 TentativeParsingAction PA(*this);
H A DParseDeclCXX.cpp183 TentativeParsingAction TPA(*this);
1849 TentativeParsingAction PA(*this);
H A DParseDecl.cpp2797 TentativeParsingAction PA(*this);
5645 TentativeParsingAction TPA(*this);
H A DParseExpr.cpp2818 TentativeParsingAction TPA(*this);
/openbsd-current/gnu/llvm/clang/include/clang/Parse/
H A DParser.h962 /// TentativeParsingAction - An object that is used as a kind of "tentative
968 /// TentativeParsingAction TPA(*this);
973 class TentativeParsingAction { class in namespace:clang
982 explicit TentativeParsingAction(Parser &p) function in class:clang::TentativeParsingAction
1012 ~TentativeParsingAction() {
1016 /// A TentativeParsingAction that automatically reverts in its destructor.
1019 : private Parser::TentativeParsingAction {
1022 : Parser::TentativeParsingAction(P) {}

Completed in 340 milliseconds