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

  /external/clang/lib/Sema/
Scope.cpp 34 PrototypeDepth = parent->PrototypeDepth;
41 PrototypeDepth = 0;
55 if (flags & FunctionPrototypeScope) PrototypeDepth++;
  /external/clang/include/clang/Sema/
Scope.h 109 /// PrototypeDepth - This is the number of function prototype scopes
111 unsigned short PrototypeDepth;
210 return PrototypeDepth;

Completed in 68 milliseconds