HomeSort by relevance Sort by last modified time
    Searched defs:Referenced (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/c-index-test/
c-index-test.c 187 CXCursor Referenced;
204 Referenced = clang_getCursorReferenced(Cursor);
205 if (!clang_equalCursors(Referenced, clang_getNullCursor())) {
206 if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) {
207 unsigned I, N = clang_getNumOverloadedDecls(Referenced);
210 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I);
221 CXSourceLocation Loc = clang_getCursorLocation(Referenced);
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /prebuilt/common/http-client/
commons-logging-1.1.1.jar 

Completed in 288 milliseconds