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 819 /// hasConstCopyConstructor - Determines whether this class has a
821 bool hasConstCopyConstructor() const;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 310 bool CXXRecordDecl::hasConstCopyConstructor() const {
    [all...]
ASTContext.cpp     [all...]

Completed in 2330 milliseconds