Searched refs:MakeCursorOverloadedDeclRef (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXCursor.h | 215 CXCursor MakeCursorOverloadedDeclRef(const OverloadExpr *E, 219 CXCursor MakeCursorOverloadedDeclRef(const Decl *D, SourceLocation Location, 223 CXCursor MakeCursorOverloadedDeclRef(TemplateName Template,
|
| H A D | CXCursor.cpp | 1107 CXCursor cxcursor::MakeCursorOverloadedDeclRef(const OverloadExpr *E, in MakeCursorOverloadedDeclRef() function in cxcursor 1117 CXCursor cxcursor::MakeCursorOverloadedDeclRef(const Decl *D, in MakeCursorOverloadedDeclRef() function in cxcursor 1128 CXCursor cxcursor::MakeCursorOverloadedDeclRef(TemplateName Name, in MakeCursorOverloadedDeclRef() function in cxcursor
|
| H A D | CIndex.cpp | 1254 if (Visit(MakeCursorOverloadedDeclRef(D, D->getLocation(), TU))) in VisitUsingDecl() 1530 if (Visit(MakeCursorOverloadedDeclRef(Name, Loc, TU))) in VisitTemplateName() 3475 if (Visit(MakeCursorOverloadedDeclRef(O, TU))) in RunVisitorWorkList() 6558 return MakeCursorOverloadedDeclRef(Using, D->getLocation(), tu); in clang_getCursorReferenced() 6578 return MakeCursorOverloadedDeclRef(Ovl, tu); in clang_getCursorReferenced() 6809 return MakeCursorOverloadedDeclRef(cast<BaseUsingDecl>(D), D->getLocation(), in clang_getCursorDefinition()
|