Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp593 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6144 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp11743 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() function in Sema