Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp605 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4821 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12098 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() function in Sema