Searched refs:DefineImplicitCopyAssignment (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3950 void DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9302 void Sema::DefineImplicitCopyAssignment(SourceLocation CurrentLocation, function in class:Sema
9309 "DefineImplicitCopyAssignment called for wrong function");
11930 DefineImplicitCopyAssignment(DefaultLoc, MD);
H A DSemaExpr.cpp11209 DefineImplicitCopyAssignment(Loc, MethodDecl);

Completed in 242 milliseconds