HomeSort by relevance Sort by last modified time
    Searched refs:clang_findReferencesInFile (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CIndexHigh.cpp 343 void clang_findReferencesInFile(CXCursor cursor, CXFile file,
349 llvm::errs() << "clang_findReferencesInFile: Null cursor\n";
354 llvm::errs() << "clang_findReferencesInFile: Got CXCursor_NoDeclFound\n";
359 llvm::errs() << "clang_findReferencesInFile: Null file\n";
364 llvm::errs() << "clang_findReferencesInFile: Null visitor\n";
396 llvm::errs() << "clang_findReferencesInFile: cursor is not referencing a "
419 return clang_findReferencesInFile(cursor, file, visitor);
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 291 milliseconds