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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 1012 long long clang_Type_getOffsetOf(CXType PT, const char *S) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 3902 * \c clang_Type_getAlignOf, \c clang_Type_getOffsetOf and
3980 CINDEX_LINKAGE long long clang_Type_getOffsetOf(CXType T, const char *S);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2394 return conf.lib.clang_Type_getOffsetOf(self, fieldname)
4034 ("clang_Type_getOffsetOf",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1765 long long Offset = clang_Type_getOffsetOf(clang_getCursorType(Record),

Completed in 105 milliseconds