Home
last modified time | relevance | path

Searched defs:NamespaceLoc (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp590 SourceLocation NamespaceLoc, in Extend() argument
H A DDeclCXX.cpp2924 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp67 SourceLocation NamespaceLoc = ConsumeToken(); // eat the 'namespace'. ParseNamespace() local
294 ParseNamespaceAlias(SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,SourceLocation & DeclEnd) ParseNamespaceAlias() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3013 SourceLocation NamespaceLoc; global() variable
3117 SourceLocation NamespaceLoc; global() variable
3132 NamespaceAliasDecl(ASTContext & C,DeclContext * DC,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Namespace) NamespaceAliasDecl() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp79 SourceLocation NamespaceLoc, in Extend() argument
H A DSemaDeclCXX.cpp11613 ActOnStartNamespaceDef(Scope * NamespcScope,SourceLocation InlineLoc,SourceLocation NamespaceLoc,SourceLocation IdentLoc,IdentifierInfo * II,SourceLocation LBrace,const ParsedAttributesView & AttrList,UsingDirectiveDecl * & UD,bool IsNested) ActOnStartNamespaceDef() argument
13653 ActOnNamespaceAliasDef(Scope * S,SourceLocation NamespaceLoc,SourceLocation AliasLoc,IdentifierInfo * Alias,CXXScopeSpec & SS,SourceLocation IdentLoc,IdentifierInfo * Ident) ActOnNamespaceAliasDef() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3197 SourceLocation NamespaceLoc; global() member