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 530 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 69 /// FunctionPrototypeScope - This is a scope that corresponds to the
71 FunctionPrototypeScope = 0x100,
270 return getFlags() & Scope::FunctionPrototypeScope;
285 Scope::FunctionPrototypeScope |
296 /// is a FunctionPrototypeScope.
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 295 Scope::FunctionPrototypeScope|Scope::DeclScope);
Parser.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp 751 Scope::FunctionPrototypeScope |
    [all...]
ParseObjc.cpp     [all...]

Completed in 240 milliseconds