Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2582 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2588 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp429 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
471 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp7453 SourceLocation NamespcLoc, in ActOnUsingDirective() argument
7517 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3932 SourceLocation NamespcLoc,