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

  /external/clang/include/clang/AST/
DeclCXX.h 709 /// hasConstCopyConstructor - Determines whether this class has a
711 bool hasConstCopyConstructor() const;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 264 bool CXXRecordDecl::hasConstCopyConstructor() const {
    [all...]
ASTContext.cpp     [all...]

Completed in 317 milliseconds