Home
last modified time | relevance | path

Searched refs:getIntroducer (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DDeclCXX.cpp2987 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3011 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3018 assert(S->getIntroducer() == this); in addShadowDecl()
3027 assert(S->getIntroducer() == this); in removeShadowDecl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDeclCXX.cpp2990 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3014 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3022 assert(S->getIntroducer() == this); in addShadowDecl()
3032 assert(S->getIntroducer() == this); in removeShadowDecl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DDeclCXX.cpp2990 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3014 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3022 assert(S->getIntroducer() == this); in addShadowDecl()
3032 assert(S->getIntroducer() == this); in removeShadowDecl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2990 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3014 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3022 assert(S->getIntroducer() == this); in addShadowDecl()
3032 assert(S->getIntroducer() == this); in removeShadowDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DDeclCXX.cpp2990 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3014 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3022 assert(S->getIntroducer() == this); in addShadowDecl()
3032 assert(S->getIntroducer() == this); in removeShadowDecl()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DDeclCXX.cpp2990 BaseUsingDecl *UsingShadowDecl::getIntroducer() const { in getIntroducer() function in UsingShadowDecl
3014 return getIntroducer()->getQualifier()->getAsRecordDecl(); in getNominatedBaseClass()
3022 assert(S->getIntroducer() == this); in addShadowDecl()
3032 assert(S->getIntroducer() == this); in removeShadowDecl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DDeclCXX.h3267 BaseUsingDecl *getIntroducer() const;
3521 UsingDecl *getIntroducer() const { in getIntroducer() function
3522 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3266 BaseUsingDecl *getIntroducer() const;
3520 UsingDecl *getIntroducer() const { in getIntroducer() function
3521 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3266 BaseUsingDecl *getIntroducer() const;
3520 UsingDecl *getIntroducer() const { in getIntroducer() function
3521 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3266 BaseUsingDecl *getIntroducer() const;
3520 UsingDecl *getIntroducer() const { in getIntroducer() function
3521 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DDeclCXX.h3266 BaseUsingDecl *getIntroducer() const;
3520 UsingDecl *getIntroducer() const { in getIntroducer() function
3521 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DDeclCXX.h3266 BaseUsingDecl *getIntroducer() const;
3520 UsingDecl *getIntroducer() const { in getIntroducer() function
3521 return cast<UsingDecl>(UsingShadowDecl::getIntroducer()); in getIntroducer()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DFindTarget.cpp201 report(USD->getIntroducer(), Flags | Rel::Alias); in add()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp201 report(USD->getIntroducer(), Flags | Rel::Alias); in add()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DFindTarget.cpp211 report(USD->getIntroducer(), Flags | Rel::Alias); in add()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DFindTarget.cpp201 report(USD->getIntroducer(), Flags | Rel::Alias); in add()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DFindTarget.cpp201 report(USD->getIntroducer(), Flags | Rel::Alias); in add()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaLookup.cpp3736 cast<UsingShadowDecl>(ND)->getIntroducer() == D) in checkHidden()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
H A DSemaLookup.cpp3735 cast<UsingShadowDecl>(ND)->getIntroducer() == D) in checkHidden()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaAccess.cpp1312 if (UsingDecl *UD = dyn_cast<UsingDecl>(Shadow->getIntroducer())) { in IsMicrosoftUsingDeclarationAccessBug()

123