Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp855 class Parser::UnannotatedTentativeParsingAction : public TentativeParsingAction { class in Parser
857 explicit UnannotatedTentativeParsingAction(Parser &Self, in UnannotatedTentativeParsingAction() function in Parser::UnannotatedTentativeParsingAction
923 UnannotatedTentativeParsingAction PA(*this, in ConsumeAndStoreInitializer()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h619 class UnannotatedTentativeParsingAction; variable