HomeSort by relevance Sort by last modified time
    Searched refs:ScopeCache (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/Parse/
Parser.cpp 375 Scope *N = ScopeCache[--NumCachedScopes];
397 ScopeCache[NumCachedScopes++] = OldScope;
430 delete ScopeCache[i];
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 84 /// ScopeCache - Cache scopes to reduce malloc traffic.
87 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Parse/
Parser.h 86 /// ScopeCache - Cache scopes to reduce malloc traffic.
89 Scope *ScopeCache[ScopeCacheSize];
    [all...]

Completed in 5419 milliseconds