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

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 46 StaticMethod,
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp 276 Info.Kind = SymbolKind::StaticMethod;
301 Info.Kind = SymbolKind::StaticMethod;
520 case SymbolKind::StaticMethod: return "static-method";
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 1280 case SymbolKind::StaticMethod: return CXIdxEntity_CXXStaticMethod;

Completed in 22 milliseconds