HomeSort by: relevance | last modified time | path
    Searched defs:FriendLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclFriend.h 72 SourceLocation FriendLoc;
87 : Decl(Decl::Friend, DC, L), Friend(Friend), FriendLoc(FriendL),
144 return FriendLoc;
DeclTemplate.h 2457 SourceLocation FriendLoc;
2461 FriendUnion Friend, SourceLocation FriendLoc)
2463 Params(Params.data()), Friend(Friend), FriendLoc(FriendLoc) {}
2473 SourceLocation FriendLoc);
2493 return FriendLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 393 SourceLocation FriendLoc, ModulePrivateLoc, ConstexprLoc;
749 SourceLocation getFriendSpecLoc() const { return FriendLoc; }

Completed in 37 milliseconds