Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h114 CXCursor MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc,
H A DCXIndexDataConsumer.cpp1210 return MakeCursorVariableRef(Var, Loc, CXTU); in getRefCursor()
H A DCXCursor.cpp927 CXCursor cxcursor::MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc, in MakeCursorVariableRef() function in cxcursor
H A DCIndex.cpp3320 if (Visit(MakeCursorVariableRef(C->getCapturedVar(), C->getLocation(), in RunVisitorWorkList()