Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3260 unsigned NumImplicitDefaultConstructorsDeclared = 0; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp985 llvm::errs() << NumImplicitDefaultConstructorsDeclared << "/" in PrintStats()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp13875 ++getASTContext().NumImplicitDefaultConstructorsDeclared; in DeclareImplicitDefaultConstructor()