OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrototypeDepth
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
Scope.cpp
36
PrototypeDepth
= parent->
PrototypeDepth
;
49
PrototypeDepth
= 0;
72
if (flags & FunctionPrototypeScope)
PrototypeDepth
++;
/external/clang/include/clang/Sema/
Scope.h
146
///
PrototypeDepth
- This is the number of function prototype scopes
148
unsigned short
PrototypeDepth
;
256
return
PrototypeDepth
;
Completed in 47 milliseconds