Searched refs:getUsingLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2620 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 2897 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3039 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3120 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2241 D->getUsingLoc(), in VisitUsingDecl() 2253 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 2261 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo, in VisitUsingDecl() 2331 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingTypenameDecl() 2355 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingValueDecl()
|
D | SemaDeclCXX.cpp | 8229 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl() 9050 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() 9083 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anoned96b9420f11::InheritingConstructorInfo
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1039 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDecl() 1059 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDirectiveDecl() 1069 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUnresolvedUsingValueDecl()
|