Home | History | Annotate | Download | only in libclang

Lines Matching refs:USR

4658     CXString SearchFileName, ResultFileName, KindSpelling, USR;
4669 USR = clang_getCursorUSR(Result);
4675 clang_getCString(USR), IsDef);
4679 clang_disposeString(USR);