Home
last modified time | relevance | path

Searched defs:NamespcLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp550 SourceLocation NamespcLoc = ConsumeToken(); ParseUsingDirective() local
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3033 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12040 ActOnUsingDirective(Scope * S,SourceLocation UsingLoc,SourceLocation NamespcLoc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * NamespcName,const ParsedAttributesView & AttrList) ActOnUsingDirective() argument