Home
last modified time | relevance | path

Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2899 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2905 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp521 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
576 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11446 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument
11508 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5713 SourceLocation NamespcLoc, CXXScopeSpec &SS,