Searched defs:NamespaceLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp525 Extend(ASTContext &Context, NamespaceDecl *Namespace, SourceLocation NamespaceLoc, SourceLocation ColonColonLoc) argument
H A DDeclCXX.cpp1897 Create(ASTContext &C, DeclContext *DC, SourceLocation L, SourceLocation NamespaceLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Used, DeclContext *CommonAncestor) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp80 Extend(ASTContext &Context, NamespaceDecl *Namespace, SourceLocation NamespaceLoc, SourceLocation ColonColonLoc) argument
H A DSemaDeclCXX.cpp6489 ActOnStartNamespaceDef(Scope *NamespcScope, SourceLocation InlineLoc, SourceLocation NamespaceLoc, SourceLocation IdentLoc, IdentifierInfo *II, SourceLocation LBrace, AttributeList *AttrList) argument
7857 ActOnNamespaceAliasDef(Scope *S, SourceLocation NamespaceLoc, SourceLocation AliasLoc, IdentifierInfo *Alias, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *Ident) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp58 SourceLocation NamespaceLoc = ConsumeToken(); // eat the 'namespace'. local
231 Decl *Parser::ParseNamespaceAlias(SourceLocation NamespaceLoc, argument
191 ParseInnerNamespace(std::vector<SourceLocation>& IdentLoc, std::vector<IdentifierInfo*>& Ident, std::vector<SourceLocation>& NamespaceLoc, unsigned int index, SourceLocation& InlineLoc, ParsedAttributes& attrs, BalancedDelimiterTracker &Tracker) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2473 SourceLocation NamespaceLoc; member in class:clang::UsingDirectiveDecl
2574 SourceLocation NamespaceLoc; member in class:clang::NamespaceAliasDecl
2588 NamespaceAliasDecl(DeclContext *DC, SourceLocation NamespaceLoc, argument
[all...]

Completed in 231 milliseconds