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 36 PrototypeDepth = parent->PrototypeDepth;
48 PrototypeDepth = 0;
69 if (flags & FunctionPrototypeScope) PrototypeDepth++;
  /external/clang/include/clang/Sema/
Scope.h 138 /// PrototypeDepth - This is the number of function prototype scopes
140 unsigned short PrototypeDepth;
248 return PrototypeDepth;

Completed in 186 milliseconds