Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2620 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/
DSemaTemplateInstantiateDecl.cpp2241 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()
DSemaDeclCXX.cpp8229 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/
DASTWriterDecl.cpp1039 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDecl()
1059 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDirectiveDecl()
1069 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUnresolvedUsingValueDecl()