Searched defs:SetDeclDeleted (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5005 SetDeclDeleted(MD, MD->getLocation());
8456 SetDeclDeleted(DefaultCon, ClassLoc);
8700 SemaRef.SetDeclDeleted(Entry.DerivedCtor, UsingLoc);
8761 SemaRef.SetDeclDeleted(DerivedCtor, UsingLoc);
8913 SetDeclDeleted(Destructor, ClassLoc);
9542 SetDeclDeleted(CopyAssignment, ClassLoc);
9920 SetDeclDeleted(MoveAssignment, ClassLoc);
10339 SetDeclDeleted(CopyConstructor, ClassLoc);
10503 SetDeclDeleted(MoveConstructor, ClassLoc);
12119 void Sema::SetDeclDeleted(Dec function in class:Sema
[all...]

Completed in 62 milliseconds