Home
last modified time | relevance | path

Searched refs:CXCursor_FriendDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h2613 CXCursor_FriendDecl = 603, enumerator
2615 CXCursor_LastExtraDecl = CXCursor_FriendDecl,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp3434 return CXCursor_FriendDecl; in getCursorKindForDecl()