Home | History | Annotate | Download | only in libclang

Lines Matching full:loc

63                                      SourceLocation Loc, 
73 SourceLocation Loc,
83 SourceLocation Loc,
92 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
100 CXCursor MakeCursorTemplateRef(const TemplateDecl *Template, SourceLocation Loc,
110 CXCursor MakeCursorNamespaceRef(const NamedDecl *NS, SourceLocation Loc,
118 CXCursor MakeCursorVariableRef(const VarDecl *Var, SourceLocation Loc,
126 CXCursor MakeCursorMemberRef(const FieldDecl *Field, SourceLocation Loc,
161 CXCursor MakeMacroExpansionCursor(MacroDefinition *, SourceLocation Loc,
214 CXCursor MakeCursorLabelRef(LabelStmt *Label, SourceLocation Loc,