OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCursorVariableRef
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
119
std::pair<const VarDecl *, SourceLocation>
getCursorVariableRef
(CXCursor C);
CXType.cpp
275
return cxtype::MakeCXType(
getCursorVariableRef
(C).first->getType(), TU);
CXCursor.cpp
937
cxcursor::
getCursorVariableRef
(CXCursor C) {
CIndex.cpp
4698
const VarDecl *Var =
getCursorVariableRef
(C).first;
6016
std::pair<const VarDecl *, SourceLocation> P =
getCursorVariableRef
(C);
6172
return
getCursorVariableRef
(C).second;
6390
return MakeCXCursor(
getCursorVariableRef
(C).first, tu);
Completed in 46 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026