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

Declarations

tools/clang/include/clang-c/Index.h
 4974 CINDEX_LINKAGE CXSourceLocation clang_getTokenLocation(CXTranslationUnit,

References

tools/clang/tools/libclang/CIndex.cpp
 7550     cxloc::translateSourceLocation(clang_getTokenLocation(TU, Tokens[0])));
 7552     cxloc::translateSourceLocation(clang_getTokenLocation(TU,
 7662     CXSourceLocation bloc = clang_getTokenLocation(TU, Tokens[0]);
 7663     CXSourceLocation eloc = clang_getTokenLocation(TU, Tokens[NumTokens-1]);