Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h47 Sema::ParsingDeclState State;
93 Sema::ParsingDeclState State;
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h935 typedef DelayedDiagnosticsState ParsingDeclState; typedef
5328 ParsingDeclState PushParsingDeclaration(sema::DelayedDiagnosticPool &pool) { in PushParsingDeclaration()
5331 void PopParsingDeclaration(ParsingDeclState state, Decl *decl);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp9703 void Sema::PopParsingDeclaration(ParsingDeclState state, Decl *decl) { in PopParsingDeclaration()