Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp240 Decl *NamespcDecl = Actions.ActOnStartNamespaceDef( in ParseNamespace()
287 Decl *NamespcDecl = Actions.ActOnStartNamespaceDef( in ParseInnerNamespace()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4764 Decl *ActOnStartNamespaceDef(Scope *S, SourceLocation InlineLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11522 /// ActOnStartNamespaceDef - This is called at the start of a namespace
11524 Decl *Sema::ActOnStartNamespaceDef(Scope *NamespcScope, in ActOnStartNamespaceDef() function in Sema