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 643 CXCursor cxcursor::MakeCursorTypeRef(const TypeDecl *Type, SourceLocation Loc,
997 return MakeCursorTypeRef(Typedef->getDecl(), Loc, TU);
999 return MakeCursorTypeRef(Tag->getDecl(), Loc, TU);
1001 return MakeCursorTypeRef(TemplP->getDecl(), Loc, TU);
    [all...]
CIndex.cpp     [all...]
IndexingContext.cpp     [all...]

Completed in 74 milliseconds