Home
last modified time | relevance | path

Searched refs:ActOnUsingDeclaration (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp891 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration()
2920 return DeclGroupPtrTy::make(DeclGroupRef(Actions.ActOnUsingDeclaration( in ParseCXXClassMemberDeclaration()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4936 Decl *ActOnUsingDeclaration(Scope *CurScope, AccessSpecifier AS,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12194 Decl *Sema::ActOnUsingDeclaration(Scope *S, AccessSpecifier AS, in ActOnUsingDeclaration() function in Sema