Home
last modified time | relevance | path

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

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