Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5661 Decl *ActOnUsingDirective(Scope *CurScope, SourceLocation UsingLoc,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11438 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() function in Sema