HomeSort by: relevance | last modified time | path
    Searched refs:PrototypeDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 35 PrototypeDepth = parent->PrototypeDepth;
48 PrototypeDepth = 0;
71 if (flags & FunctionPrototypeScope) PrototypeDepth++;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 164 /// PrototypeDepth - This is the number of function prototype scopes
166 unsigned short PrototypeDepth;
288 return PrototypeDepth;

Completed in 28 milliseconds