reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
631 cxl = clang_getRangeStart(Ranges->ranges[0]); 632 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 634 cxl = clang_getRangeEnd(Ranges->ranges[0]); 635 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 638 cxl = clang_getRangeStart(Ranges->ranges[1]); 639 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 641 cxl = clang_getRangeEnd(Ranges->ranges[1]); 642 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 645 cxl = clang_getRangeStart(Ranges->ranges[2]); 646 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 648 cxl = clang_getRangeEnd(Ranges->ranges[2]); 649 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 658 cxl = clang_getRangeStart(Ranges->ranges[0]); 659 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 666 cxl = clang_getRangeStart(Ranges->ranges[0]); 667 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr); 669 cxl = clang_getRangeStart(Ranges->ranges[1]); 670 clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);