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 55 if (flags & FunctionPrototypeScope) PrototypeDepth++;
SemaExprCXX.cpp 522 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 71 FunctionPrototypeScope = 0x100,
75 /// other kind of function declarator). Always has FunctionPrototypeScope
279 return getFlags() & Scope::FunctionPrototypeScope;
294 Scope::FunctionPrototypeScope |
305 /// is a FunctionPrototypeScope.
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 312 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
ParseDecl.cpp     [all...]
Parser.cpp     [all...]
ParseExprCXX.cpp 799 Scope::FunctionPrototypeScope |
    [all...]
ParseObjc.cpp     [all...]

Completed in 655 milliseconds