Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3040 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
3046 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp550 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
605 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12099 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument
12159 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4822 SourceLocation NamespcLoc, CXXScopeSpec &SS,