Home
last modified time | relevance | path

Searched refs:UnannotatedTentativeParsingAction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1124 class Parser::UnannotatedTentativeParsingAction : public TentativeParsingAction { class in Parser
1126 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction() function in Parser::UnannotatedTentativeParsingAction
1195 UnannotatedTentativeParsingAction PA(*this, in ConsumeAndStoreInitializer()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1008 class UnannotatedTentativeParsingAction; variable