Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2897 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2903 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp525 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp11439 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument
11501 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5662 SourceLocation NamespcLoc, CXXScopeSpec &SS,