Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2488 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
2718 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
2850 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
2921 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2089 D->getUsingLoc(), in VisitUsingDecl()
2101 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
2109 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, in VisitUsingDecl()
2177 D->getUsingLoc(), SS, NameInfo, 0, in VisitUnresolvedUsingTypenameDecl()
2201 D->getUsingLoc(), SS, NameInfo, 0, in VisitUnresolvedUsingValueDecl()
DSemaDeclCXX.cpp7284 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
8063 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit()
8096 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anon7fa201ac0c11::InheritingConstructorInfo
/external/clang/lib/Serialization/
DASTWriterDecl.cpp916 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDecl()
935 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDirectiveDecl()
945 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUnresolvedUsingValueDecl()