OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorVariableRef
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/libclang/
CXCursor.h
123
std::pair<const VarDecl *, SourceLocation>
getCursorVariableRef
(CXCursor C);
CXType.cpp
198
return cxtype::MakeCXType(
getCursorVariableRef
(C).first->getType(), TU);
CXCursor.cpp
628
cxcursor::
getCursorVariableRef
(CXCursor C) {
[
all
...]
CIndex.cpp
[
all
...]
Completed in 406 milliseconds