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

  /external/clang/include/clang/AST/
DeclCXX.h 716 /// getMoveConstructor - Returns the move constructor for this class
717 CXXConstructorDecl *getMoveConstructor() const;
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 339 CXXConstructorDecl *CXXRecordDecl::getMoveConstructor() const {
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 391 milliseconds