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

  /external/clang/tools/libclang/
CXCursor.h 121 std::pair<VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
CXType.cpp 168 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU);
CIndex.cpp     [all...]
CXCursor.cpp 602 cxcursor::getCursorVariableRef(CXCursor C) {
    [all...]

Completed in 183 milliseconds