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

/external/clang/lib/Parse/
H A DParseDecl.cpp367 std::unique_ptr<ParseScope> PrototypeScope; local
370 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope |
5104 ParseScope PrototypeScope(this,
5126 PrototypeScope.Exit();
5237 ParseScope PrototypeScope(this,
5242 PrototypeScope.Exit();

Completed in 73 milliseconds