Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A 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
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2236 D->getUsingLoc(), in VisitUsingDecl()
2248 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
2256 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo, in VisitUsingDecl()
2326 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingTypenameDecl()
2350 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingValueDecl()
H A DSemaDeclCXX.cpp8162 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
8978 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit()
9011 SourceLocation getUsingLoc(const CXXRecordDecl *Base) { in getUsingLoc() function in __anon4ec2830b0f11::InheritingConstructorInfo
/minix/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp964 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDecl()
984 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUsingDirectiveDecl()
994 Writer.AddSourceLocation(D->getUsingLoc(), Record); in VisitUnresolvedUsingValueDecl()