reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Scope.h
  385     return getFlags() & Scope::FunctionPrototypeScope;
  400                                 Scope::FunctionPrototypeScope |
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  303   ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
tools/clang/lib/Parse/ParseDecl.cpp
  471     PrototypeScope.emplace(this, Scope::FunctionPrototypeScope |
 3106                                           Scope::FunctionPrototypeScope |
 6006                                 Scope::FunctionPrototypeScope|Scope::DeclScope|
 6203                             Scope::FunctionPrototypeScope | Scope::DeclScope |
tools/clang/lib/Parse/ParseExprCXX.cpp
 1286                               Scope::FunctionPrototypeScope |
tools/clang/lib/Parse/ParseObjc.cpp
 1392   ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
tools/clang/lib/Parse/Parser.cpp
 1358   ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
tools/clang/lib/Sema/Scope.cpp
   43                   FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) ==
   71   if (flags & FunctionPrototypeScope) PrototypeDepth++;
   74     if (flags & FunctionPrototypeScope)
  154       {FunctionPrototypeScope, "FunctionPrototypeScope"},
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4204                         Scope::FunctionPrototypeScope | Scope::AtCatchScope)) ==
tools/clang/lib/Sema/SemaExprCXX.cpp
  746                  Scope::FunctionPrototypeScope | Scope::ObjCMethodScope |