Home
last modified time | relevance | path

Searched defs:USR (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h184 SmallString<128> USR; getBases() local
224 SmallString<128> USR; createSymbolReferenceForDecl() local
283 SmallString<128> USR; VisitVarDecl() local
356 SmallString<128> USR; VisitFunctionDecl() local
394 SmallString<128> USR; VisitEnumDecl() local
524 SmallString<128> USR; VisitNamespaceDecl() local
558 SmallString<128> USR; VisitRecordDecl() local
599 SmallString<128> USR; VisitCXXRecordDecl() local
652 SmallString<128> USR; VisitCXXMethodDecl() local
713 SmallString<128> USR; VisitCXXConstructorDecl() local
747 SmallString<128> USR; VisitCXXDestructorDecl() local
778 SmallString<128> USR; VisitConceptDecl() local
805 SmallString<128> USR; VisitClassTemplateSpecializationDecl() local
839 SmallString<128> USR; VisitClassTemplatePartialSpecializationDecl() local
872 SmallString<128> USR; VisitVarTemplateDecl() local
916 SmallString<128> USR; VisitVarTemplateSpecializationDecl() local
948 SmallString<128> USR; VisitVarTemplatePartialSpecializationDecl() local
981 SmallString<128> USR; VisitFunctionTemplateDecl() local
1014 SmallString<128> USR; VisitObjCInterfaceDecl() local
1063 SmallString<128> USR; VisitObjCProtocolDecl() local
1133 SmallString<128> USR; VisitTypedefNameDecl() local
1163 SmallString<128> USR; VisitObjCCategoryDecl() local
1206 SmallString<128> USR; recordEnumConstants() local
1239 SmallString<128> USR; VisitFieldDecl() local
1291 SmallString<128> USR; VisitCXXConversionDecl() local
1336 SmallString<128> USR; recordObjCMethods() local
1373 SmallString<128> USR; recordObjCProperties() local
1425 SmallString<128> USR; recordObjCInstanceVariables() local
[all...]
H A DAPI.h166 StringRef USR; global() member
241 StringRef USR; global() member
295 : USR(USR), Name(Name), Parent(std::move(Parent)), Location(Location), USR() function
1467 createRecord(StringRef USR,StringRef Name,CtorArgsContTy &&...CtorArgs) createRecord() argument
[all...]
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DDumpSymbolTests.cpp25 std::string USR = R"("usr":"c:@F@foo#")"; in TEST_F() local
/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp226 SmallString<128> USR; in getFragmentsForNNS() local
235 SmallString<128> USR; in getFragmentsForNNS() local
307 std::string USR = TypedefResolver.getUSRForType(QualType(T, 0)); getFragmentsForType() local
402 SmallString<64> USR(""); getFragmentsForType() local
437 SmallString<128> USR; getFragmentsForType() local
445 SmallString<128> USR; getFragmentsForType() local
1108 SmallString<128> USR; getFragmentsForTemplateArguments() local
1137 SmallString<64> USR(""); getFragmentsForTemplateArguments() local
1564 SmallString<128> USR; getFragmentsForObjCProtocol() local
[all...]
H A DAPI.cpp112 createSymbolReference(StringRef Name,StringRef USR,StringRef Source) createSymbolReference() argument
[all...]
H A DExtractAPIConsumer.cpp332 SmallString<128> USR; EndOfMainFile() local
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S163 USR = BTMPL define
246 USR = TMP define
270 USR = TMP define
356 USR = TMP define
375 USR = TMP define
H A Ddfdiv.S275 USR = TMP define
315 USR = TMP define
337 USR = TMP define
456 USR = TMP define
H A Ddffma.S431 USR = AH define
461 USR = BH define
479 USR = TMP define
H A Ddfaddsub.S240 USR = TMP define
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.cpp223 NamespaceInfo(SymbolID USR,StringRef Name,StringRef Path) NamespaceInfo() argument
237 RecordInfo(SymbolID USR,StringRef Name,StringRef Path) RecordInfo() argument
300 BaseRecordInfo(SymbolID USR,StringRef Name,StringRef Path,bool IsVirtual,AccessSpecifier Access,bool IsParent) BaseRecordInfo() argument
[all...]
H A DRepresentation.h95 : USR(USR), Name(Name), QualName(Name), RefType(IT) {} in USR() function
98 : USR(USR), Name(Name), QualName(QualName), RefType(IT), Path(Path) {} in USR() function
114 SymbolID USR = SymbolID(); // Unique identifier for referenced decl global() member
266 : USR(USR), IT(IT), Name(Name), Path(Path) {} USR() function
273 SymbolID USR = global() member
[all...]
H A DMapper.cpp33 llvm::SmallString<128> USR; mapDecl() local
H A DYAMLGenerator.cpp100 SymbolID USR; in StringToSymbol() local
H A DSerialize.cpp24 SymbolID hashUSR(llvm::StringRef USR) { in hashUSR() argument
221 llvm::SmallString<128> USR; in getUSRForDecl() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolID.cpp17 SymbolID::SymbolID(llvm::StringRef USR) { in SymbolID()
/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp66 SmallString<128> USR; in VisitObjCImplementationDecl() local
165 SmallString<128> USR; in clang_getSymbolGraphForCursor() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSymbolInfoTests.cpp26 std::string USR; member
H A DTestIndex.cpp43 std::string USR = "c:"; // We synthesize a few simple cases of USRs by hand! in sym() local
97 std::string USR = USRPrefix.str() + Name.str(); in objcSym() local
/llvm-project/clang/test/SemaCXX/
H A Dcxx20-using-enum.cpp116 template <typename T> class USR { class
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp332 llvm::SmallString<128> USR; in getSymbolID() local
342 llvm::SmallString<128> USR; in getSymbolID() local
H A DXRefs.cpp1621 llvm::SmallString<32> USR; getSymbolInfo() local
1643 llvm::SmallString<32> USR; getSymbolInfo() local
[all...]
/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp505 auto USR = getUSRForDecl(Decl); in isInUSRSet() local
/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp1080 serializeSingleSymbolSGF(StringRef USR,const APISet & API) serializeSingleSymbolSGF() argument
[all...]
/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp936 SmallString<128> USR; in visitFullComment() local

12