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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5503 SetDeclDeleted(MD, MD->getLocation());
9187 SetDeclDeleted(DefaultCon, ClassLoc);
9319 SetDeclDeleted(DerivedCtor, UsingLoc);
9499 SetDeclDeleted(Destructor, ClassLoc);
10215 SetDeclDeleted(CopyAssignment, ClassLoc);
10608 SetDeclDeleted(MoveAssignment, ClassLoc);
11044 SetDeclDeleted(CopyConstructor, ClassLoc);
11225 SetDeclDeleted(MoveConstructor, ClassLoc);
13021 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { function in class:Sema

Completed in 178 milliseconds