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 123 std::pair<const VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
CXType.cpp 205 return cxtype::MakeCXType(getCursorVariableRef(C).first->getType(), TU);
CXCursor.cpp 702 cxcursor::getCursorVariableRef(CXCursor C) {
    [all...]
CIndex.cpp     [all...]

Completed in 80 milliseconds