Home
last modified time | relevance | path

Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2952 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
3405 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3600 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3744 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3837 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1273 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1284 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl()
1322 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1332 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3140 D->getUsingLoc(), in VisitUsingDecl()
3152 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
3159 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl()
3188 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl()
3305 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
H A DSemaDeclCXX.cpp12421 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4653 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl()
4694 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl()
4778 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl()
4814 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
4849 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()