Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3121 unsigned NumImplicitDefaultConstructorsDeclared = 0; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1080 llvm::errs() << NumImplicitDefaultConstructorsDeclared << "/" in PrintStats()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp13459 ++getASTContext().NumImplicitDefaultConstructorsDeclared; in DeclareImplicitDefaultConstructor()