HomeSort by relevance Sort by last modified time
    Searched refs:FunctionPrototypeScope (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 43 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
69 if (flags & FunctionPrototypeScope) PrototypeDepth++;
72 if (flags & FunctionPrototypeScope)
164 } else if (Flags & FunctionPrototypeScope) {
165 OS << "FunctionPrototypeScope";
166 Flags &= ~FunctionPrototypeScope;
SemaExprCXX.cpp 604 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 79 FunctionPrototypeScope = 0x100,
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/
ParseCXXInlineMethods.cpp 305 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
    [all...]
ParseDecl.cpp 371 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope |
    [all...]
Parser.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]

Completed in 889 milliseconds