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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DGlobalDecl.h52 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
H A DDecl.h435 NamespaceDecl *getCanonicalDecl() { function in class:clang::NamespaceDecl
438 const NamespaceDecl *getCanonicalDecl() const { function in class:clang::NamespaceDecl
[all...]
H A DDeclBase.h706 virtual Decl *getCanonicalDecl() { return this; } function in class:clang::Decl
707 const Decl *getCanonicalDecl() const { function in class:clang::Decl
H A DDeclTemplate.h634 RedeclarableTemplateDecl *getCanonicalDecl() { return getFirstDecl(); } function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
635 const RedeclarableTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
816 FunctionTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::FunctionTemplateDecl
820 const FunctionTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::FunctionTemplateDecl
1882 ClassTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::ClassTemplateDecl
1886 const ClassTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::ClassTemplateDecl
2125 TypeAliasTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2129 const TypeAliasTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2727 VarTemplateDecl *getCanonicalDecl() { function in class:clang::TemplateParameterList::VarTemplateDecl
2730 const VarTemplateDecl *getCanonicalDecl() const { function in class:clang::TemplateParameterList::VarTemplateDecl
[all...]
H A DDeclCXX.h634 virtual CXXRecordDecl *getCanonicalDecl() { function in class:clang::CXXRecordDecl
637 virtual const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
1706 CXXMethodDecl *getCanonicalDecl() { function in class:clang::CXXMethodDecl
1709 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2715 virtual UsingShadowDecl *getCanonicalDecl() { function in class:clang::UsingShadowDecl
2718 virtual const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
[all...]
H A DDeclObjC.h1207 ObjCInterfaceDecl *getCanonicalDecl() { return getFirstDecl(); } function in class:clang::ObjCInterfaceDecl
1208 const ObjCInterfaceDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::ObjCInterfaceDecl
1521 ObjCProtocolDecl *getCanonicalDecl() { return getFirstDecl(); } function in class:clang::ObjCProtocolDecl
1522 const ObjCProtocolDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::ObjCProtocolDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp675 ObjCMethodDecl *ObjCMethodDecl::getCanonicalDecl() { function in class:ObjCMethodDecl
H A DDecl.cpp1720 VarDecl *VarDecl::getCanonicalDecl() { return getFirstDecl(); } function in class:VarDecl
2454 const FunctionDecl *FunctionDecl::getCanonicalDecl() const { function in class:FunctionDecl
2458 FunctionDecl *FunctionDecl::getCanonicalDecl() { return getFirstDecl(); } function in class:FunctionDecl
3179 TagDecl *TagDecl::getCanonicalDecl() { retur function in class:TagDecl
[all...]

Completed in 147 milliseconds