Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2582 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2588 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp429 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
471 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7516 SourceLocation NamespcLoc, in ActOnUsingDirective() argument
7580 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/external/clang/include/clang/Sema/
DSema.h3876 SourceLocation NamespcLoc,