Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2934 SourceLocation NamespcLoc,
2940 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp515 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
568 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9358 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument
9420 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4632 SourceLocation NamespcLoc, CXXScopeSpec &SS,