Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2963 unsigned NumImplicitCopyConstructors = 0; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1072 << NumImplicitCopyConstructors in PrintStats()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9997 ++getASTContext().NumImplicitCopyConstructors; in AddImplicitlyDeclaredMembersToClass()