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

  /external/clang/include/clang/Sema/
SemaInternal.h 25 return PartialDiagnostic(DiagID, Context.getDiagAllocator());
DelayedDiagnostic.h 50 BaseObjectType(BaseObjectType), Diag(0, Context.getDiagAllocator()) {
61 Diag(0, Context.getDiagAllocator()) {
  /external/clang/lib/Sema/
Sema.cpp 732 PartialDiagnostic(DiagInfo,Context.getDiagAllocator()));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 408 PartialDiagnostic::StorageAllocator &getDiagAllocator() {
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 440 PartialDiagnostic PD(DiagId, Ctx.getDiagAllocator());
    [all...]

Completed in 1048 milliseconds