Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:CXSourceLocation

699           CXSourceLocation Loc;
709 CXSourceLocation Loc = clang_getCursorLocation(Referenced);
832 CXSourceLocation Loc = clang_getCursorLocation(SpecializationOf);
874 CXSourceLocation Loc = clang_getCursorLocation(overridden[I]);
964 CXSourceLocation Loc = clang_getCursorLocation(Cursor);
1012 CXSourceLocation start = clang_getRangeStart(range);
1013 CXSourceLocation end = clang_getRangeEnd(range);
1099 CXSourceLocation Loc = clang_getCursorLocation(Cursor);
1150 CXSourceLocation Loc;
1166 CXSourceLocation RefLoc
1215 void InclusionVisitor(CXFile includedFile, CXSourceLocation *includeStack,
2392 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
2497 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
2534 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
3589 CXSourceLocation startLoc, endLoc;
4090 static void printLocation(CXSourceLocation L) {
4106 CXSourceLocation Start, End;
4146 CXSourceLocation DiagLoc;