Searched refs:DelayedDiagnostic (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 22 DelayedDiagnostic DelayedDiagnostic::makeDeprecation(SourceLocation Loc, in makeDeprecation() 25 DelayedDiagnostic DD; in makeDeprecation() 41 void DelayedDiagnostic::Destroy() { in Destroy()
|
D | CMakeLists.txt | 8 DelayedDiagnostic.cpp
|
D | Android.mk | 25 DelayedDiagnostic.cpp \
|
D | SemaDeclAttr.cpp | 3196 static void handleDelayedForbiddenType(Sema &S, DelayedDiagnostic &diag, in handleDelayedForbiddenType() 3211 void Sema::DelayedDiagnostics::add(const DelayedDiagnostic &diag) { in add() 3217 char *newBuffer = new char[newCapacity * sizeof(DelayedDiagnostic)]; in add() 3221 memcpy(newBuffer, oldBuffer, StackCapacity * sizeof(DelayedDiagnostic)); in add() 3224 Stack = reinterpret_cast<sema::DelayedDiagnostic*>(newBuffer); in add() 3229 new (&Stack[StackSize++]) DelayedDiagnostic(diag); in add() 3259 DelayedDiagnostic &diag = DD.Stack[i]; in popParsingDecl() 3264 case DelayedDiagnostic::Deprecation: in popParsingDecl() 3268 case DelayedDiagnostic::Access: in popParsingDecl() 3272 case DelayedDiagnostic::ForbiddenType: in popParsingDecl() [all …]
|
D | SemaAccess.cpp | 1320 S.DelayedDiagnostics.add(DelayedDiagnostic::makeAccess(Loc, Entity)); in CheckAccess() 1334 void Sema::HandleDelayedAccessCheck(DelayedDiagnostic &DD, Decl *decl) { in HandleDelayedAccessCheck()
|
D | SemaType.cpp | 1048 sema::DelayedDiagnostic::makeForbiddenType(loc, in inferARCLifetimeForPointee() 3178 sema::DelayedDiagnostic::makeForbiddenType(attr.getLoc(), in handleObjCOwnershipTypeAttr()
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 113 class DelayedDiagnostic { 124 static DelayedDiagnostic makeDeprecation(SourceLocation Loc, 128 static DelayedDiagnostic makeAccess(SourceLocation Loc, in makeAccess() 130 DelayedDiagnostic DD; in makeAccess() 138 static DelayedDiagnostic makeForbiddenType(SourceLocation loc, in makeForbiddenType() 142 DelayedDiagnostic DD; in makeForbiddenType()
|
D | Sema.h | 159 class DelayedDiagnostic; variable 329 sema::DelayedDiagnostic *Stack; 355 void add(const sema::DelayedDiagnostic &diag); 2148 void HandleDelayedDeprecationCheck(sema::DelayedDiagnostic &DD, Decl *Ctx); 3547 void HandleDelayedAccessCheck(sema::DelayedDiagnostic &DD, Decl *Ctx);
|
/external/clang/clang.xcodeproj/ |
D | project.pbxproj | 570 …DelayedDiagnostic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode… 1401 BF9FEE451225EA24003A8B71 /* DelayedDiagnostic.h */,
|