Home
last modified time | relevance | path

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

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