Home
last modified time | relevance | path

Searched refs:NumImplicitCopyAssignmentOperatorsDeclared (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2981 unsigned NumImplicitCopyAssignmentOperatorsDeclared = 0; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1078 llvm::errs() << NumImplicitCopyAssignmentOperatorsDeclared << "/" in PrintStats()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp13992 ++getASTContext().NumImplicitCopyAssignmentOperatorsDeclared; in DeclareImplicitCopyAssignment()