Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp231 Decl *NamespcDecl = Actions.ActOnStartNamespaceDef( in ParseNamespace()
278 Decl *NamespcDecl = Actions.ActOnStartNamespaceDef( in ParseInnerNamespace()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6234 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11611 Decl *Sema::ActOnStartNamespaceDef(Scope *NamespcScope, in ActOnStartNamespaceDef() function in Sema