Home
last modified time | relevance | path

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

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