reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Error.h
  621   pointer toPointer(wrap *Val) { return &Val->get(); }
lib/XRay/Profile.cpp
  202     for (const auto &Block : P.get()) {
  210             Merged.internPath(cantFail(P.get().expandPath(PathID)));
  238     for (const auto &Block : P.get())
  243             Merged.internPath(cantFail(P.get().expandPath(PathId)));
tools/clang/include/clang/Tooling/Refactoring/ASTSelection.h
  106     return SelectedNode.get().Children.size();
  112       return SelectedNode.get().Node.get<Stmt>();
  114     return SelectedNode.get().Children[I].Node.get<Stmt>();
tools/clang/lib/AST/VTableBuilder.cpp
 3355              PathsSorted[BucketStart].get().MangledPath ==
 3356                  PathsSorted[I].get().MangledPath);
tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp
  291   const Stmt *S = Node.get().Node.get<Stmt>();
  293   const Stmt *Parent = Parents[Parents.size() - 1].get().Node.get<Stmt>();
  302         Parents[Parents.size() - ParentIndex - 1].get().Node.get<Stmt>();
  393   if (!Selected.Node.get().Node.get<Stmt>())
  395   const Stmt *CodeRangeStmt = Selected.Node.get().Node.get<Stmt>();
  425     const DynTypedNode &Node = Parent.get().Node;
  443     const DynTypedNode &Node = Parent.get().Node;
tools/clang/unittests/Tooling/ASTSelectionTest.cpp
  729             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  731         EXPECT_TRUE(isa<FunctionDecl>(Parents[1].get().Node.get<Decl>()));
  733         EXPECT_TRUE(isa<CompoundStmt>(Parents[2].get().Node.get<Stmt>()));
  750             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  752         EXPECT_TRUE(isa<FunctionDecl>(Parents[1].get().Node.get<Decl>()));
  754         EXPECT_TRUE(isa<CompoundStmt>(Parents[2].get().Node.get<Stmt>()));
  804             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  806         EXPECT_TRUE(isa<VarDecl>(Parents[1].get().Node.get<Decl>()));
  832             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  834         EXPECT_TRUE(isa<FunctionDecl>(Parents[1].get().Node.get<Decl>()));
  836         EXPECT_TRUE(isa<CompoundStmt>(Parents[2].get().Node.get<Stmt>()));
  838         EXPECT_TRUE(isa<CompoundStmt>(Parents[3].get().Node.get<Stmt>()));
  862             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  864         EXPECT_TRUE(isa<FunctionDecl>(Parents[1].get().Node.get<Decl>()));
  866         EXPECT_TRUE(isa<CompoundStmt>(Parents[2].get().Node.get<Stmt>()));
  890             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  892         EXPECT_TRUE(isa<FunctionDecl>(Parents[1].get().Node.get<Decl>()));
  894         EXPECT_TRUE(isa<CompoundStmt>(Parents[2].get().Node.get<Stmt>()));
  939             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  941         EXPECT_TRUE(isa<ObjCImplDecl>(Parents[1].get().Node.get<Decl>()));
  943         EXPECT_TRUE(isa<ObjCMethodDecl>(Parents[2].get().Node.get<Decl>()));
  945         EXPECT_TRUE(isa<CompoundStmt>(Parents[3].get().Node.get<Stmt>()));
  963             isa<TranslationUnitDecl>(Parents[0].get().Node.get<Decl>()));
  965         EXPECT_TRUE(isa<ObjCImplDecl>(Parents[1].get().Node.get<Decl>()));
  967         EXPECT_TRUE(isa<ObjCMethodDecl>(Parents[2].get().Node.get<Decl>()));
  969         EXPECT_TRUE(isa<CompoundStmt>(Parents[3].get().Node.get<Stmt>()));
 1079                 .get()
tools/llvm-xray/xray-graph-diff.cpp
  230     const auto &G = this->G[i].get();
unittests/XRay/FDRBlockIndexerTest.cpp
   59     for (auto &R : B.get())
unittests/XRay/FDRBlockVerifierTest.cpp
   55     for (auto &R : B.get())
unittests/XRay/FDRRecordsTest.cpp
   62     for (auto &R : B.get())
  130     for (auto &R : B.get())
usr/include/c++/7.4.0/bits/refwrap.h
  346       { return this->get(); }
  356 	  return std::__invoke(get(), std::forward<_Args>(__args)...);
usr/include/c++/7.4.0/functional
  363 	{ return __arg.get(); }