Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2950 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 D | ASTWriterDecl.cpp | 1271 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 D | SemaTemplateInstantiateDecl.cpp | 3016 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 D | SemaDeclCXX.cpp | 12284 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4577 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()
|