Home | History | Annotate | Download | only in libclang

Lines Matching defs:Loc

326   bool VisitTemplateName(TemplateName Name, SourceLocation Loc);
1312 bool CursorVisitor::VisitTemplateName(TemplateName Name, SourceLocation Loc) {
1315 return Visit(MakeCursorTemplateRef(Name.getAsTemplateDecl(), Loc, TU));
1319 if (Visit(MakeCursorOverloadedDeclRef(Name, Loc, TU)))
1332 Loc, TU));
1337 Loc, TU));
1342 Loc, TU));
2798 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
2800 if (!location.ptr_data[0] || Loc.isInvalid()) {
2807 SourceLocation InstLoc = SM.getInstantiationLoc(Loc);
2834 SourceLocation Loc = SourceLocation::getFromRawEncoding(location.int_data);
2836 if (!location.ptr_data[0] || Loc.isInvalid())
2841 SourceLocation SpellLoc = Loc;
3447 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) {
3456 SourceLocation SLoc = cxloc::translateSourceLocation(Loc);
3488 clang_getInstantiationLocation(Loc, &SearchFile, &SearchLine, &SearchColumn,
3696 SourceLocation Loc = D->getLocation();
3698 Loc = Class->getClassLoc();
3706 Loc = VD->getLocation();
3709 return cxloc::translateSourceLocation(getCursorContext(C), Loc);
4290 SourceLocation Loc = SourceLocation::getFromRawEncoding(CXTok.int_data[1]);
4292 = CXXUnit->getSourceManager().getDecomposedLoc(Loc);
4502 CXSourceLocation Loc = clang_getCursorLocation(cursor);
4556 Annotated[Loc.int_data] = cursor;
4608 SourceLocation L = SourceLocation::getFromRawEncoding(Loc.int_data);