Searched defs:getCanonicalDecl (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DGlobalDecl.h51 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
53 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDecl.h465 virtual NamespaceDecl *getCanonicalDecl() { return getOriginalNamespace(); } function in class:clang::NamespaceDecl
466 const NamespaceDecl *getCanonicalDecl() const { function in class:clang::NamespaceDecl
885 virtual VarDecl *getCanonicalDecl();
886 const VarDecl *getCanonicalDecl() const {
887 return const_cast<VarDecl*>(this)->getCanonicalDecl();
1712 bool isDeleted() const { return getCanonicalDecl()->IsDeleted; }
1744 virtual const FunctionDecl *getCanonicalDecl() const;
1745 virtual FunctionDecl *getCanonicalDecl();
2288 TypedefNameDecl *getCanonicalDecl() {
2291 const TypedefNameDecl *getCanonicalDecl() cons
[all...]
H A DDeclBase.h583 virtual Decl *getCanonicalDecl() { return this; } function in class:clang::Decl
584 const Decl *getCanonicalDecl() const { function in class:clang::Decl
585 return const_cast<Decl*>(this)->getCanonicalDecl();
589 bool isCanonicalDecl() const { return getCanonicalDecl() == this; }
H A DDeclTemplate.h591 RedeclarableTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
611 return getCanonicalDecl();
709 decl_type *getCanonicalDecl() { function in class:clang::TemplateParameterList::RedeclarableTemplate
713 const decl_type *getCanonicalDecl() const { function in class:clang::TemplateParameterList::RedeclarableTemplate
714 return const_cast<RedeclarableTemplate*>(this)->getCanonicalDecl();
834 FunctionTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::FunctionTemplateDecl
835 return redeclarable_base::getCanonicalDecl();
837 const FunctionTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::FunctionTemplateDecl
838 return redeclarable_base::getCanonicalDecl();
1821 ClassTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::ClassTemplateDecl
1824 const ClassTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::ClassTemplateDecl
2052 TypeAliasTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2055 const TypeAliasTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
[all...]
H A DDeclCXX.h582 virtual CXXRecordDecl *getCanonicalDecl() { function in class:clang::CXXRecordDecl
583 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
585 virtual const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
586 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
1345 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1365 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
1366 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1368 CXXMethodDecl *getCanonicalDecl() { function in class:clang::CXXMethodDecl
1369 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1375 return !(isDeleted() || getCanonicalDecl()
1899 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::CXXCtorInitializer
1902 CXXConstructorDecl *getCanonicalDecl() { function in class:clang::CXXCtorInitializer
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp447 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { function in class:ObjCMethodDecl
H A DDecl.cpp1182 VarDecl *VarDecl::getCanonicalDecl() { function in class:VarDecl
1504 Definition = I->IsDeleted ? I->getCanonicalDecl() : *I;
1629 const FunctionDecl *FunctionDecl::getCanonicalDecl() const { function in class:FunctionDecl
1633 FunctionDecl *FunctionDecl::getCanonicalDecl() { function in class:FunctionDecl
1753 if (!isOutOfLine() || getCanonicalDecl()->isInlineSpecified())
2257 TagDecl* TagDecl::getCanonicalDecl() { function in class:TagDecl

Completed in 136 milliseconds