Searched refs:FunctionPrototypeScope (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DScope.cpp43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
69 if (flags & FunctionPrototypeScope) PrototypeDepth++;
72 if (flags & FunctionPrototypeScope)
164 } else if (Flags & FunctionPrototypeScope) {
165 OS << "FunctionPrototypeScope";
166 Flags &= ~FunctionPrototypeScope;
H A DSemaExprCXX.cpp604 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
H A DSemaCodeComplete.cpp3351 Scope::FunctionPrototypeScope |
/external/clang/include/clang/Sema/
H A DScope.h79 FunctionPrototypeScope = 0x100, enumerator in enum:clang::Scope::ScopeFlags
83 /// other kind of function declarator). Always has FunctionPrototypeScope
350 return getFlags() & Scope::FunctionPrototypeScope;
365 Scope::FunctionPrototypeScope |
408 /// is a FunctionPrototypeScope.
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp305 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
H A DParseDecl.cpp371 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope |
2494 Scope::FunctionPrototypeScope |
4899 Scope::FunctionPrototypeScope|Scope::DeclScope|
5032 Scope::FunctionPrototypeScope | Scope::DeclScope |
H A DParser.cpp1109 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
H A DParseExprCXX.cpp1012 Scope::FunctionPrototypeScope |
H A DParseObjc.cpp1054 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |

Completed in 559 milliseconds