reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/libclang/CXCursor.h
  245 ASTContext &getCursorContext(CXCursor Cursor);

References

tools/clang/tools/libclang/CIndex.cpp
 3798   ASTContext &ctx = getCursorContext(C);
 4514       return cxstring::createDup(getCursorContext(C).getTypeDeclType(Type).
 4654   ASTContext &Ctx = getCursorContext(C);
 4788   return new PrintingPolicy(getCursorContext(C).getPrintingPolicy());
 4966                             : getCursorContext(C).getPrintingPolicy());
 4982   PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy();
 5861         return cxloc::translateSourceLocation(getCursorContext(C),
 5864       return cxloc::translateSourceLocation(getCursorContext(C),
 5870       return cxloc::translateSourceLocation(getCursorContext(C), P.second);
 5874       return cxloc::translateSourceLocation(getCursorContext(C),
 5884     return cxloc::translateSourceLocation(getCursorContext(C),
 5888     return cxloc::translateSourceLocation(getCursorContext(C),
 5893     return cxloc::translateSourceLocation(getCursorContext(C), L);
 5899     return cxloc::translateSourceLocation(getCursorContext(C), L);
 5904     return cxloc::translateSourceLocation(getCursorContext(C), L);
 5910     return cxloc::translateSourceLocation(getCursorContext(C), L);
 5916     return cxloc::translateSourceLocation(getCursorContext(C), L);
 5941   return cxloc::translateSourceLocation(getCursorContext(C), Loc);
 6120   return cxloc::translateSourceRange(getCursorContext(C), R);
 6597         return cxloc::translateSourceRange(getCursorContext(C), R);
 8222   ASTContext &Context = getCursorContext(C);
 8235   ASTContext &Context = getCursorContext(C);
 8250   const ASTContext &Context = getCursorContext(C);
tools/clang/tools/libclang/CXComment.cpp
   35   const ASTContext &Context = getCursorContext(C);
tools/clang/tools/libclang/CXCursor.cpp
 1593                  cxcursor::getCursorContext(C).getLangOpts());
 1610         PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU);
tools/clang/tools/libclang/CXType.cpp
  381         return FD->getBitWidthValue(getCursorContext(C));
 1061     ASTContext &Ctx = cxcursor::getCursorContext(C);
 1102   ASTContext &Ctx = cxcursor::getCursorContext(C);