Home
last modified time | relevance | path

Searched refs:getRefCursor (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.h499 CXCursor getRefCursor(const NamedDecl *D, SourceLocation Loc);
DIndexingContext.cpp662 : getRefCursor(D, Loc); in handleReference()
1128 CXCursor IndexingContext::getRefCursor(const NamedDecl *D, SourceLocation Loc) { in getRefCursor() function in IndexingContext