Searched refs:getUsingLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2680 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 3069 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3211 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3292 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2382 D->getUsingLoc(), in VisitUsingDecl() 2394 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 2402 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo, in VisitUsingDecl() 2483 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingTypenameDecl() 2507 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingValueDecl()
|
D | SemaDeclCXX.cpp | 8483 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1112 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl() 1141 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl() 1151 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
|