Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8207 static CXAvailabilityKind getCursorAvailabilityForDecl(const Decl *D) { in getCursorAvailabilityForDecl() function
8215 return getCursorAvailabilityForDecl( in getCursorAvailabilityForDecl()
8232 return getCursorAvailabilityForDecl(D); in clang_getCursorAvailability()