Searched defs:PrototypeScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp368 std::unique_ptr<ParseScope> PrototypeScope; local
371 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope |
4898 ParseScope PrototypeScope(this,
4920 PrototypeScope.Exit();
5031 ParseScope PrototypeScope(this,
5036 PrototypeScope.Exit();

Completed in 93 milliseconds