Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclCXX.h2586 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2592 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp429 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
471 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp7549 SourceLocation NamespcLoc, in ActOnUsingDirective() argument
7613 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4057 SourceLocation NamespcLoc,