Searched refs:getFriendLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h131 SourceLocation getFriendLoc() const {
144 return SourceRange(getFriendLoc(), ND->getLocEnd());
148 ? getFriendLoc()
153 return SourceRange(getFriendLoc(), getLocation());
H A DDeclTemplate.h2072 SourceLocation getFriendLoc() const { function in class:clang::TemplateParameterList::FriendTemplateDecl
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp612 D->getFriendLoc(), InstTy);
634 cast<NamedDecl>(NewND), D->getFriendLoc());
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1112 Writer.AddSourceLocation(D->getFriendLoc(), Record);

Completed in 210 milliseconds