Home | History | Annotate | Download | only in libclang

Lines Matching refs:USR

4406     CXString SearchFileName, ResultFileName, KindSpelling, USR;
4417 USR = clang_getCursorUSR(Result);
4423 clang_getCString(USR), IsDef);
4427 clang_disposeString(USR);