Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2947 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2953 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp538 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
593 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp11744 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument
11806 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6145 SourceLocation NamespcLoc, CXXScopeSpec &SS,