Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp584 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5995 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp11645 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() function in Sema