OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopeCache
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
Parser.cpp
364
Scope *N =
ScopeCache
[--NumCachedScopes];
387
ScopeCache
[NumCachedScopes++] = OldScope;
420
delete
ScopeCache
[i];
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
113
///
ScopeCache
- Cache scopes to reduce malloc traffic.
116
Scope *
ScopeCache
[ScopeCacheSize];
[
all
...]
Completed in 43 milliseconds