Lines Matching full:loc
519 SourceLocation Loc,
522 void *RawLoc = Loc.getPtrEncoding();
535 SourceLocation Loc,
538 void *RawLoc = Loc.getPtrEncoding();
551 SourceLocation Loc,
557 void *RawLoc = Loc.getPtrEncoding();
569 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
572 void *RawLoc = Loc.getPtrEncoding();
585 SourceLocation Loc,
588 void *RawLoc = Loc.getPtrEncoding();
601 SourceLocation Loc,
606 void *RawLoc = Loc.getPtrEncoding();
618 CXCursor cxcursor::MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc,
622 void *RawLoc = Loc.getPtrEncoding();
634 CXCursor cxcursor::MakeCursorMemberRef(const FieldDecl *Field, SourceLocation Loc,
638 void *RawLoc = Loc.getPtrEncoding();
697 SourceLocation Loc,
699 assert(Loc.isValid());
700 CXCursor C = { CXCursor_MacroExpansion, 0, { MI, Loc.getPtrEncoding(), TU } };
731 CXCursor cxcursor::MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
735 void *RawLoc = Loc.getPtrEncoding();
760 SourceLocation Loc,
763 void *RawLoc = Loc.getPtrEncoding();
773 SourceLocation Loc,
776 void *RawLoc = Loc.getPtrEncoding();
914 SourceLocation Loc = TL.getBeginLoc();
919 Loc = ElabTL.getNamedTypeLoc().getBeginLoc();
923 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU);
925 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU);
927 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU);