Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexHigh.cpp170 if (cursor.kind == CXCursor_DeclRefExpr || in findFileIdRefVisit()
DCXCursor.cpp479 K = CXCursor_DeclRefExpr; in MakeCXCursor()
488 K = CXCursor_DeclRefExpr; in MakeCXCursor()
DCIndex.cpp4634 case CXCursor_DeclRefExpr: in clang_getCursorKindSpelling()
5896 case CXCursor_DeclRefExpr: in clang_getCursorReferenceNameRange()
/external/clang/include/clang-c/
DIndex.h1773 CXCursor_DeclRefExpr = 101, enumerator