Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp468 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
509 SourceLocation UsingLoc, in ParseUsingDirective()
659 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration()
766 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator()
2540 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2640 SourceLocation UsingLoc, in Create()
2785 SourceLocation UsingLoc, in Create()
2813 SourceLocation UsingLoc, in Create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp9357 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective()
9454 SourceLocation UsingLoc, in ActOnUsingDeclaration()
9915 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration()
10217 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration()
10295 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier()
10485 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration()
11046 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local