Home | History | Annotate | Download | only in libclang

Lines Matching refs:SourceLocation

18 #include "clang/Basic/SourceLocation.h"
48 CXCursor getCursor(CXTranslationUnit, SourceLocation);
62 SourceLocation Loc,
67 std::pair<ObjCInterfaceDecl *, SourceLocation>
72 SourceLocation Loc,
77 std::pair<ObjCProtocolDecl *, SourceLocation>
82 SourceLocation Loc,
87 std::pair<ObjCInterfaceDecl *, SourceLocation>
91 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
96 std::pair<TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);
99 CXCursor MakeCursorTemplateRef(const TemplateDecl *Template, SourceLocation Loc,
104 std::pair<TemplateDecl *, SourceLocation> getCursorTemplateRef(CXCursor C);
108 CXCursor MakeCursorNamespaceRef(const NamedDecl *NS, SourceLocation Loc,
113 std::pair<NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
116 CXCursor MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc,
121 std::pair<VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
124 CXCursor MakeCursorMemberRef(const FieldDecl *Field, SourceLocation Loc,
129 std::pair<FieldDecl *, SourceLocation> getCursorMemberRef(CXCursor C);
169 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,
174 std::pair<LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
180 CXCursor MakeCursorOverloadedDeclRef(Decl *D, SourceLocation Location,
185 SourceLocation Location,
195 std::pair<OverloadedDeclRefStorage, SourceLocation>
213 std::pair<int, SourceLocation> getSelectorIdentifierIndexAndLoc(CXCursor);
217 static inline SourceLocation getSelectorIdentifierLoc(CXCursor cursor) {