Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3139 unsigned NumImplicitDefaultConstructorsDeclared = 0; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1054 llvm::errs() << NumImplicitDefaultConstructorsDeclared << "/" in PrintStats()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp13568 ++getASTContext().NumImplicitDefaultConstructorsDeclared; in DeclareImplicitDefaultConstructor()