Home
last modified time | relevance | path

Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp500 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
544 SourceLocation UsingLoc, in ParseUsingDirective()
709 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration()
924 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator()
2967 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3024 SourceLocation UsingLoc; variable
3039 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3884 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3978 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3054 SourceLocation UsingLoc, in Create()
3255 SourceLocation UsingLoc, in Create()
3283 SourceLocation UsingLoc, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp12098 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() argument
12195 SourceLocation UsingLoc, in ActOnUsingDeclaration() argument
12279 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration() argument
12709 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() argument
12966 BuildUsingEnumDeclaration(Scope * S,AccessSpecifier AS,SourceLocation UsingLoc,SourceLocation EnumLoc,SourceLocation NameLoc,TypeSourceInfo * EnumType,EnumDecl * ED) BuildUsingEnumDeclaration() argument
13061 CheckUsingDeclRedeclaration(SourceLocation UsingLoc,bool HasTypenameKeyword,const CXXScopeSpec & SS,SourceLocation NameLoc,const LookupResult & Prev) CheckUsingDeclRedeclaration() argument
13136 CheckUsingDeclQualifier(SourceLocation UsingLoc,bool HasTypename,const CXXScopeSpec & SS,const DeclarationNameInfo & NameInfo,SourceLocation NameLoc,const LookupResult * R,const UsingDecl * UD) CheckUsingDeclQualifier() argument
13367 ActOnAliasDeclaration(Scope * S,AccessSpecifier AS,MultiTemplateParamsArg TemplateParamLists,SourceLocation UsingLoc,UnqualifiedId & Name,const ParsedAttributesView & AttrList,TypeResult Type,Decl * DeclFromDeclSpec) ActOnAliasDeclaration() argument
13947 SourceLocation UsingLoc = Shadow->getLocation(); findInheritingConstructor() local
[all...]