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

  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 40 std::vector<CompileCommand> CCmd;
43 : CCmd(Cmd)
53 CCmd(db->getCompileCommands(CompleteFileName));
54 if (!CCmd.empty())
55 return new AllocatedCXCompileCommands( CCmd );
64 const std::vector<CompileCommand> CCmd(db->getAllCompileCommands());
65 if (!CCmd.empty())
66 return new AllocatedCXCompileCommands( CCmd );
87 return ACC->CCmd.size();
99 if (I >= ACC->CCmd.size()
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]

Completed in 40 milliseconds