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

  /external/clang/lib/AST/
DeclCXX.cpp 311 return getCopyConstructor(Qualifiers::Const) != 0;
354 CXXConstructorDecl *CXXRecordDecl::getCopyConstructor(unsigned TypeQuals) const{
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 823 /// getCopyConstructor - Returns the copy constructor for this class
824 CXXConstructorDecl *getCopyConstructor(unsigned TypeQuals) const;
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 351 milliseconds