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 192 CXCursor Referenced;
209 Referenced = clang_getCursorReferenced(Cursor);
210 if (!clang_equalCursors(Referenced, clang_getNullCursor())) {
211 if (clang_getCursorKind(Referenced) == CXCursor_OverloadedDeclRef) {
212 unsigned I, N = clang_getNumOverloadedDecls(Referenced);
215 CXCursor Ovl = clang_getOverloadedDecl(Referenced, I);
226 CXSourceLocation Loc = clang_getCursorLocation(Referenced);
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 

Completed in 205 milliseconds