Searched refs:getUsingLoc (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclCXX.h | 2624 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 2901 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3043 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3124 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateInstantiateDecl.cpp | 2280 D->getUsingLoc(), in VisitUsingDecl() 2292 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 2300 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo, in VisitUsingDecl() 2370 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingTypenameDecl() 2394 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingValueDecl()
|
| HD | SemaDeclCXX.cpp | 8262 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl() 9083 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() 9116 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anonce4ea9d90f11::InheritingConstructorInfo
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriterDecl.cpp | 1037 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDecl() 1057 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDirectiveDecl() 1067 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUnresolvedUsingValueDecl()
|