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

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

Completed in 78 milliseconds