Home
last modified time | relevance | path

Searched refs:addShadowDecl (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3157 void BaseUsingDecl::addShadowDecl(UsingShadowDecl *S) { in addShadowDecl() function in BaseUsingDecl
H A DASTImporter.cpp5120 ToSI->addShadowDecl(*ToShadowOrErr); in ImportUsingShadowDecls()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3506 void addShadowDecl(UsingShadowDecl *S);
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1974 using_decl->addShadowDecl(shadow_decl); in CreateUsingDeclaration()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12552 BUD->addShadowDecl(Shadow); in BuildUsingShadowDecl()