Home
last modified time | relevance | path

Searched refs:getDiagAllocator (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp33 return PartialDiagnostic(DiagID, SemaRef.Context.getDiagAllocator()); in PDiag()
H A DSemaAccess.cpp171 : AccessedEntity(Context.getDiagAllocator(), Member, NamingClass, in AccessTarget()
181 : AccessedEntity(Context.getDiagAllocator(), Base, BaseClass, DerivedClass, in AccessTarget()
H A DSema.cpp1597 PartialDiagnostic(DiagInfo, Context.getDiagAllocator())); in EmitCurrentDiagnostic()
1622 PartialDiagnostic(DiagInfo, Context.getDiagAllocator())); in EmitCurrentDiagnostic()
1644 PartialDiagnostic(DiagInfo, Context.getDiagAllocator())); in EmitCurrentDiagnostic()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp82 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h774 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() { in getDiagAllocator() function