Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp1133 class Parser::UnannotatedTentativeParsingAction : public TentativeParsingAction { global() class in Parser
1135 explicit UnannotatedTentativeParsingAction(Parser &Self, UnannotatedTentativeParsingAction() function in Parser::UnannotatedTentativeParsingAction
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1046 class UnannotatedTentativeParsingAction; global() variable