Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp324 return Actions.ActOnNamespaceAliasDef(getCurScope(), NamespaceLoc, AliasLoc, in ParseNamespaceAlias()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5669 Decl *ActOnNamespaceAliasDef(Scope *CurScope,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp12723 Decl *Sema::ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, in ActOnNamespaceAliasDef() function in Sema