Searched defs:MakeCursorTypeRef (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXCursor.cpp544 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc, function in class:cxcursor
1060 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU);
1062 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU);
1064 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU);

Completed in 41 milliseconds