Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DCIndexHigh.cpp167 if (cursor.kind == CXCursor_DeclRefExpr || in findFileIdRefVisit()
DCXCursor.cpp583 K = CXCursor_DeclRefExpr; in MakeCXCursor()
592 K = CXCursor_DeclRefExpr; in MakeCXCursor()
DCIndex.cpp5317 case CXCursor_DeclRefExpr: in clang_getCursorKindSpelling()
6676 case CXCursor_DeclRefExpr: in clang_getCursorReferenceNameRange()
/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
/external/llvm-project/clang/include/clang-c/
DIndex.h1926 CXCursor_DeclRefExpr = 101, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs274 const CXCursor_DeclRefExpr = 101, constant