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 848 bool needsImplicitCopyConstructor() const {
868 (needsImplicitCopyConstructor() &&
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 572 if (Class->needsImplicitCopyConstructor())
627 if (Record->needsImplicitCopyConstructor())
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 346 milliseconds