Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp1209 class Parser::UnannotatedTentativeParsingAction : public TentativeParsingAction { class in Parser
1211 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction() function in Parser::UnannotatedTentativeParsingAction
1280 UnannotatedTentativeParsingAction PA(*this, in ConsumeAndStoreInitializer()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1080 class UnannotatedTentativeParsingAction; variable