Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h2680 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/
DSemaTemplateInstantiateDecl.cpp2382 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()
DSemaDeclCXX.cpp8483 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1112 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1141 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1151 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()