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

12 3

  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
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/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
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/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
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-3957855/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 532 void setIsUsed() { getCanonicalDecl()->Used = true; }
772 virtual Decl *getCanonicalDecl() { return this; }
773 const Decl *getCanonicalDecl() const {
774 return const_cast<Decl*>(this)->getCanonicalDecl();
778 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
    [all...]
DeclTemplate.h 424 const TemplateDecl *const C = cast<TemplateDecl>(getCanonicalDecl());
824 RedeclarableTemplateDecl *getCanonicalDecl() override {
827 const RedeclarableTemplateDecl *getCanonicalDecl() const {
    [all...]
  /external/clang/lib/AST/
Decl.cpp 628 if (Function->getCanonicalDecl()->getStorageClass() == SC_Static)
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 654 CXXRecordDecl *getCanonicalDecl() override {
655 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
657 const CXXRecordDecl *getCanonicalDecl() const {
658 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/darwin-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...]

Completed in 1599 milliseconds

12 3