OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USR
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp
10
/// Methods for finding all instances of a
USR
. Our strategy is very
11
/// simple; we just compare the
USR
at every relevant AST node with the one
53
// This visitor recursively searches for all instances of a
USR
in a
154
// This class will traverse the AST and find every AST node whose
USR
is in the
502
// Check whether the
USR
of a given Decl is in the USRSet.
504
auto
USR
= getUSRForDecl(Decl);
505
if (
USR
.empty())
507
return llvm::is_contained(USRSet,
USR
);
/src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp
922
// Print
USR
.
923
SmallString<128>
USR
;
924
generateUSRForDecl(DI->CommentDecl,
USR
);
925
if (!
USR
.empty()) {
926
Result << "<
USR
>";
927
appendToResultWithXMLEscaping(
USR
);
928
Result << "</
USR
>";
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
1389
/*
USR
testing. */
1396
CXString
USR
= clang_getCursorUSR(C);
1397
const char *cstr = clang_getCString(
USR
);
1399
clang_disposeString(
USR
);
1406
clang_disposeString(
USR
);
2783
printf("Container
USR
: %s\n", clang_getCString(containerUSR));
3557
printf(" |
USR
: %s", info->
USR
);
4387
/*
USR
printing. */
4391
fprintf(stderr, "
USR
for '%s' requires: %s\n", kind, usage)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
4280
* Retrieve a Unified Symbol Resolution (
USR
) for the entity referenced
4283
* A Unified Symbol Resolution (
USR
) is a string that identifies a particular
4291
* Construct a
USR
for a specified Objective-C class.
4296
* Construct a
USR
for a specified Objective-C category.
4302
* Construct a
USR
for a specified Objective-C protocol.
4308
* Construct a
USR
for a specified Objective-C instance variable and
4309
* the
USR
for its containing class.
4315
* Construct a
USR
for a specified Objective-C method and
4316
* the
USR
for its containing class.
4323
* Construct a
USR
for a specified Objective-C property and the US
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
5843
CXString SearchFileName, ResultFileName, KindSpelling,
USR
;
5854
USR
= clang_getCursorUSR(Result);
5859
ResultLine, ResultColumn, clang_getCString(
USR
),
5864
clang_disposeString(
USR
);
Completed in 27 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026