HomeSort by relevance Sort by last modified time
    Searched refs:needsImplicitCopyConstructor (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
DeclCXX.h 816 bool needsImplicitCopyConstructor() const {
836 (needsImplicitCopyConstructor() &&
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 566 if (Class->needsImplicitCopyConstructor())
621 if (Record->needsImplicitCopyConstructor())
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 720 milliseconds