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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp88 Actions.SetDeclDeleted(FnD, KWLoc);
H A DParser.cpp1125 Actions.SetDeclDeleted(Res, KWLoc);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp4800 SetDeclDeleted(MD, MD->getLocation());
8140 SetDeclDeleted(DefaultCon, ClassLoc);
8384 SemaRef.SetDeclDeleted(Entry.DerivedCtor, UsingLoc);
8445 SemaRef.SetDeclDeleted(DerivedCtor, UsingLoc);
8605 SetDeclDeleted(Destructor, ClassLoc);
9238 SetDeclDeleted(CopyAssignment, ClassLoc);
9625 SetDeclDeleted(MoveAssignment, ClassLoc);
10057 SetDeclDeleted(CopyConstructor, ClassLoc);
10225 SetDeclDeleted(MoveConstructor, ClassLoc);
11832 void Sema::SetDeclDeleted(Dec function in class:Sema
[all...]
H A DSemaTemplateInstantiateDecl.cpp1716 SemaRef.SetDeclDeleted(Method, Method->getLocation());
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1533 void SetDeclDeleted(Decl *dcl, SourceLocation DelLoc);

Completed in 359 milliseconds