Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp167 if (cursor.kind == CXCursor_DeclRefExpr || in findFileIdRefVisit()
H A DCXCursor.cpp583 K = CXCursor_DeclRefExpr; in MakeCXCursor()
592 K = CXCursor_DeclRefExpr; in MakeCXCursor()
H A DCIndex.cpp5359 case CXCursor_DeclRefExpr: in clang_getCursorKindSpelling()
6728 case CXCursor_DeclRefExpr: in clang_getCursorReferenceNameRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1926 CXCursor_DeclRefExpr = 101, enumerator