Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3267 unsigned NumImplicitCopyConstructorsDeclared = 0; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp988 llvm::errs() << NumImplicitCopyConstructorsDeclared << "/" in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp15575 ++getASTContext().NumImplicitCopyConstructorsDeclared; in DeclareImplicitCopyConstructor()