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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h 102 getCursorTemplateRef(CXCursor C);
CXCursor.cpp 903 cxcursor::getCursorTemplateRef(CXCursor C) {
CIndex.cpp 4654 const TemplateDecl *Template = getCursorTemplateRef(C).first;
6001 getCursorTemplateRef(C);
6154 return getCursorTemplateRef(C).second;
6366 return MakeCXCursor(getCursorTemplateRef(C).first, tu);

Completed in 85 milliseconds