OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurPool
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
IdentifierResolver.cpp
44
IdDeclInfoPool *
CurPool
;
48
IdDeclInfoMap() :
CurPool
(0), CurIndex(POOL_SIZE) {}
51
IdDeclInfoPool *Cur =
CurPool
;
396
CurPool
= new IdDeclInfoPool(
CurPool
);
399
IdDeclInfo *IDI = &
CurPool
->Pool[CurIndex];
/external/clang/include/clang/Sema/
Sema.h
421
sema::DelayedDiagnosticPool *
CurPool
;
424
DelayedDiagnostics() :
CurPool
(0) {}
430
bool shouldDelayDiagnostics() { return
CurPool
!= 0; }
434
return
CurPool
;
441
state.SavedPool =
CurPool
;
442
CurPool
= &pool;
450
CurPool
= state.SavedPool;
457
state.SavedPool =
CurPool
;
458
CurPool
= 0;
464
assert(
CurPool
== NULL)
[
all
...]
Completed in 31 milliseconds