Searched refs:getCanonicalDecl (Results 1 - 25 of 196) sorted by relevance

12345678

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1858 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1880 CXXMethodDecl *getCanonicalDecl() override {
1881 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1883 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
1884 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
1898 return !(isDeleted() || getCanonicalDecl()
2421 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2476 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2541 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2810 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
2919 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3202 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3272 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3368 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3460 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1879 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1901 CXXMethodDecl *getCanonicalDecl() override {
1902 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1904 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
1905 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
1919 return !(isDeleted() || getCanonicalDecl()
2442 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2497 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2562 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2831 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
2940 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3223 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3293 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3389 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3481 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h663 CXXRecordDecl *getCanonicalDecl() override {
664 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
666 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
667 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1879 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1901 CXXMethodDecl *getCanonicalDecl() override {
1902 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
1904 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
1905 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
1919 return !(isDeleted() || getCanonicalDecl()
2442 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2497 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2562 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2831 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
2940 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3223 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3293 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3389 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3481 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DGlobalDecl.h54 GlobalDecl getCanonicalDecl() const { function in class:clang::GlobalDecl
56 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl());
H A DDeclCXX.h670 CXXRecordDecl *getCanonicalDecl() override {
671 return cast<CXXRecordDecl>(RecordDecl::getCanonicalDecl());
673 const CXXRecordDecl *getCanonicalDecl() const { function in class:clang::CXXRecordDecl
674 return const_cast<CXXRecordDecl*>(this)->getCanonicalDecl();
1964 cast<CXXMethodDecl>(const_cast<CXXMethodDecl*>(this)->getCanonicalDecl());
1999 CXXMethodDecl *getCanonicalDecl() override {
2000 return cast<CXXMethodDecl>(FunctionDecl::getCanonicalDecl());
2002 const CXXMethodDecl *getCanonicalDecl() const { function in class:clang::CXXMethodDecl
2003 return const_cast<CXXMethodDecl*>(this)->getCanonicalDecl();
2017 return !(isDeleted() || getCanonicalDecl()
2543 const CXXConstructorDecl *getCanonicalDecl() const { function in class:clang::final
2604 const CXXDestructorDecl *getCanonicalDecl() const { function in class:clang::CXXDestructorDecl
2669 const CXXConversionDecl *getCanonicalDecl() const { function in class:clang::CXXConversionDecl
2938 const NamespaceAliasDecl *getCanonicalDecl() const { function in class:clang::NamespaceAliasDecl
3047 const UsingShadowDecl *getCanonicalDecl() const { function in class:clang::UsingShadowDecl
3330 const UsingDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::UsingDecl
3400 const UsingPackDecl *getCanonicalDecl() const { return getFirstDecl(); } function in class:clang::final
3496 const UnresolvedUsingValueDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingValueDecl
3588 const UnresolvedUsingTypenameDecl *getCanonicalDecl() const { function in class:clang::UnresolvedUsingTypenameDecl
[all...]

Completed in 650 milliseconds

12345678