Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h25 return PartialDiagnostic(DiagID, Context.getDiagAllocator()); in PDiag()
DDelayedDiagnostic.h50 BaseObjectType(BaseObjectType), Diag(0, Context.getDiagAllocator()) { in AccessedEntity()
61 Diag(0, Context.getDiagAllocator()) { in AccessedEntity()
/external/clang/lib/Sema/
DSema.cpp732 PartialDiagnostic(DiagInfo,Context.getDiagAllocator())); in EmitCurrentDiagnostic()
/external/clang/include/clang/AST/
DASTContext.h408 PartialDiagnostic::StorageAllocator &getDiagAllocator() { in getDiagAllocator() function
/external/clang/lib/AST/
DExprConstant.cpp440 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator()); in addDiag()