Searched defs:NamespcLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 550 SourceLocation NamespcLoc = ConsumeToken(); ParseUsingDirective() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3033 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12040 ActOnUsingDirective(Scope * S,SourceLocation UsingLoc,SourceLocation NamespcLoc,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * NamespcName,const ParsedAttributesView & AttrList) ActOnUsingDirective() argument
|