Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h2950 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
3418 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3636 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3729 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1271 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1310 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1320 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3016 D->getUsingLoc(), in VisitUsingDecl()
3028 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
3036 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), in VisitUsingDecl()
3188 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
H A DSemaDeclCXX.cpp12284 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4577 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl()
4673 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl()
4709 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
4744 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()