HomeSort by relevance Sort by last modified time
    Searched refs:getCursorASTUnit (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXCursor.h 248 ASTUnit *getCursorASTUnit(CXCursor Cursor);
CXCursor.cpp 812 ASTUnit *TU = getCursorASTUnit(C);
957 return getCursorASTUnit(Cursor)->getASTContext();
960 ASTUnit *cxcursor::getCursorASTUnit(CXCursor Cursor) {
    [all...]
CIndexHigh.cpp 440 ASTUnit *CXXUnit = cxcursor::getCursorASTUnit(cursor);
CIndex.cpp     [all...]

Completed in 56 milliseconds