Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h47 Sema::ParsingDeclState State;
93 Sema::ParsingDeclState State;
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h544 typedef DelayedDiagnosticsState ParsingDeclState; typedef
3461 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
3464 void PopParsingDeclaration(ParsingDeclState state, Decl *decl);
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp5448 void Sema::PopParsingDeclaration(ParsingDeclState state, Decl *decl) { in PopParsingDeclaration()