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

/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.

Completed in 51 milliseconds