Searched refs:getUsingLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2614 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 2891 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3033 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3114 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2305 D->getUsingLoc(), in VisitUsingDecl() 2317 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 2325 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo, in VisitUsingDecl() 2395 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingTypenameDecl() 2419 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingValueDecl()
|
D | SemaDeclCXX.cpp | 8258 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl() 9077 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() 9110 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anone4927eee1111::InheritingConstructorInfo
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1087 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDecl() 1107 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDirectiveDecl() 1117 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUnresolvedUsingValueDecl()
|