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

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h 242 ASTContext &getCursorContext(CXCursor Cursor);
CXType.cpp 382 return FD->getBitWidthValue(getCursorContext(C));
1064 ASTContext &Ctx = cxcursor::getCursorContext(C);
1105 ASTContext &Ctx = cxcursor::getCursorContext(C);
CXComment.cpp 35 const ASTContext &Context = getCursorContext(C);
CIndex.cpp 3939 ASTContext &ctx = getCursorContext(C);
4651 getCursorContext(C).getTypeDeclType(Type).getAsString());
4789 ASTContext &Ctx = getCursorContext(C);
4923 return new PrintingPolicy(getCursorContext(C).getPrintingPolicy());
5101 : getCursorContext(C).getPrintingPolicy());
5117 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy();
6027 getCursorContext(C), TSInfo->getTypeLoc().getBeginLoc());
6029 return cxloc::translateSourceLocation(getCursorContext(C),
6035 return cxloc::translateSourceLocation(getCursorContext(C), P.second);
6040 getCursorContext(C), getCursorOverloadedDeclRef(C).second)
    [all...]
CXCursor.cpp 1118 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) {
1677 cxcursor::getCursorContext(C).getLangOpts());
1694 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU);

Completed in 107 milliseconds