HomeSort by relevance Sort by last modified time
    Searched defs:getCanonicalDecl (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
DeclObjC.h 264 ObjCMethodDecl *getCanonicalDecl() override;
265 const ObjCMethodDecl *getCanonicalDecl() const {
266 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
DeclObjC.h 264 ObjCMethodDecl *getCanonicalDecl() override;
265 const ObjCMethodDecl *getCanonicalDecl() const {
266 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
DeclObjC.h 264 ObjCMethodDecl *getCanonicalDecl() override;
265 const ObjCMethodDecl *getCanonicalDecl() const {
266 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h 663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const {
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
    [all...]
DeclObjC.h 264 ObjCMethodDecl *getCanonicalDecl() override;
265 const ObjCMethodDecl *getCanonicalDecl() const {
266 return const_cast<ObjCMethodDecl*>(this)->getCanonicalDecl();
    [all...]

Completed in 213 milliseconds

1 23