Home
last modified time | relevance | path

Searched refs:ParsingDeclState (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h47 Sema::ParsingDeclState State;
93 Sema::ParsingDeclState State;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h920 typedef DelayedDiagnosticsState ParsingDeclState; typedef
4891 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
4894 void PopParsingDeclaration(ParsingDeclState state, Decl *decl);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp8634 void Sema::PopParsingDeclaration(ParsingDeclState state, Decl *decl) { in PopParsingDeclaration()