Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.cpp41 static CXCursorKind GetCursorKind(const Attr *A) { in GetCursorKind() function
72 CXCursor C = { GetCursorKind(A), 0, { Parent, A, TU } }; in MakeCXCursor()