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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2881 SourceLocation NamespcLoc,
2887 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2880 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp523 SourceLocation NamespcLoc = ConsumeToken(); local
576 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp11034 SourceLocation NamespcLoc, CXXScopeSpec &SS,
11096 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5146 SourceLocation NamespcLoc, CXXScopeSpec &SS,

Completed in 210 milliseconds