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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5342 SetDeclDeleted(MD, MD->getLocation());
8901 SetDeclDeleted(DefaultCon, ClassLoc);
9150 SemaRef.SetDeclDeleted(Entry.DerivedCtor, UsingLoc);
9211 SemaRef.SetDeclDeleted(DerivedCtor, UsingLoc);
9369 SetDeclDeleted(Destructor, ClassLoc);
10048 SetDeclDeleted(CopyAssignment, ClassLoc);
10438 SetDeclDeleted(MoveAssignment, ClassLoc);
10869 SetDeclDeleted(CopyConstructor, ClassLoc);
11047 SetDeclDeleted(MoveConstructor, ClassLoc);
12725 void Sema::SetDeclDeleted(Dec function in class:Sema
[all...]

Completed in 129 milliseconds