HomeSort by: relevance | last modified time | path
    Searched refs:clang_getTokenKind (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 5013 CINDEX_LINKAGE CXTokenKind clang_getTokenKind(CXToken);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 6791 CXTokenKind clang_getTokenKind(CXToken CXTok) {
6796 switch (clang_getTokenKind(CXTok)) {
7748 if (clang_getTokenKind(Tokens[I]) != CXToken_Identifier)
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 3297 return TokenKind.from_value(conf.lib.clang_getTokenKind(self))
3820 ("clang_getTokenKind",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 4270 switch (clang_getTokenKind(tokens[i])) {

Completed in 64 milliseconds