HomeSort by relevance Sort by last modified time
    Searched refs:MakeCursorTypeRef (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXCursor.h 92 CXCursor MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
CXCursor.cpp 544 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
898 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU);
900 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU);
902 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU);
    [all...]
CIndex.cpp     [all...]
IndexingContext.cpp     [all...]

Completed in 126 milliseconds