Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3153 unsigned NumImplicitMoveConstructorsDeclared = 0; variable
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1061 llvm::errs() << NumImplicitMoveConstructorsDeclared << "/" in PrintStats()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp15364 ++getASTContext().NumImplicitMoveConstructorsDeclared; in DeclareImplicitMoveConstructor()