Home
last modified time | relevance | path

Searched refs:CurPool (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp49 IdDeclInfoPool *CurPool = nullptr; member in IdentifierResolver::IdDeclInfoMap
56 IdDeclInfoPool *Cur = CurPool; in ~IdDeclInfoMap()
418 CurPool = new IdDeclInfoPool(CurPool); in operator []()
421 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h329 CurPool->add(diag);
H A DSema.h1081 sema::DelayedDiagnosticPool *CurPool = nullptr;
1090 bool shouldDelayDiagnostics() { return CurPool != nullptr; } in SynthesizedFunctionScope()
1093 sema::DelayedDiagnosticPool *getCurrentPool() const { return CurPool; } in SynthesizedFunctionScope()
1099 state.SavedPool = CurPool; in SynthesizedFunctionScope()
1100 CurPool = &pool; in SynthesizedFunctionScope()
1108 CurPool = state.SavedPool; in addContextNote()
1115 state.SavedPool = CurPool; in ~SynthesizedFunctionScope()
1116 CurPool = nullptr; in ~SynthesizedFunctionScope()
1122 assert(CurPool == nullptr); in ~SynthesizedFunctionScope()
1123 CurPool in ~SynthesizedFunctionScope()
976 sema::DelayedDiagnosticPool *CurPool = nullptr; global() variable
[all...]