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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 1073 enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T) {
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 4060 CINDEX_LINKAGE enum CXRefQualifierKind clang_Type_getCXXRefQualifier(CXType T);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 2401 conf.lib.clang_Type_getCXXRefQualifier(self))
4042 ("clang_Type_getCXXRefQualifier",
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 1569 enum CXRefQualifierKind RQ = clang_Type_getCXXRefQualifier(T);

Completed in 27 milliseconds