Searched refs:PrototypeIndex (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DScope.cpp37 PrototypeIndex = 0;
49 PrototypeIndex = 0;
/external/clang/include/clang/Sema/
H A DScope.h142 /// PrototypeIndex - This is the number of parameters currently
144 unsigned short PrototypeIndex; member in class:clang::Scope
255 return PrototypeIndex++;

Completed in 2112 milliseconds