HomeSort by: relevance | last modified time | path
    Searched defs:Container (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecordMapping.h 23 CodeViewContainer Container)
24 : IO(Reader), Container(Container) {}
26 CodeViewContainer Container)
27 : IO(Writer), Container(Container) {}
41 CodeViewContainer Container;
SymbolDeserializer.h 26 MappingInfo(ArrayRef<uint8_t> RecordData, CodeViewContainer Container)
28 Mapping(Reader, Container) {}
56 CodeViewContainer Container)
57 : Delegate(Delegate), Container(Container) {}
65 Mapping = std::make_unique<MappingInfo>(Record.content(), Container);
93 CodeViewContainer Container;
SymbolDumper.h 28 CodeViewContainer Container,
31 : W(W), Types(Types), Container(Container),
50 CodeViewContainer Container;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
member-ptr.cc 145 struct Container
213 Container contain;
userdef.cc 330 class Container
338 Member& Container::operator* ()
348 Container c;
351 Member Container::* mptr = &Container::m;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
member-ptr.cc 145 struct Container
213 Container contain;
userdef.cc 317 class Container
325 Member& Container::operator* ()
335 Container c;
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 76 const ObjCImplDecl *Container) {
77 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(),
525 auto *Container = cast<ObjCImplDecl>(D->getDeclContext());
533 Loc = Container->getLocation();
545 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container))
546 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container);
549 if (MD->isPropertyAccessor() && !hasUserDefined(MD, Container))
550 IndexCtx.handleDecl(MD, Loc, AccessorMethodRoles, {}, Container);
563 IvarLoc = Container->getLocation();
766 return true; // Wait for the objc container
    [all...]
USRGeneration.cpp 395 const DeclContext *container = D->getDeclContext(); local
396 if (const ObjCProtocolDecl *pd = dyn_cast<ObjCProtocolDecl>(container)) {
421 llvm_unreachable("Invalid ObjC container.");
596 StringRef Container = GetExternalSourceContainer(D);
597 if (!Container.empty())
598 Out << "@M@" << Container;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 626 const ObjCImplDecl *Container = getContainingObjCImpl(LCtx);
628 Container->FindPropertyImplIvarDecl(IvarDecl->getIdentifier());
683 const ObjCImplDecl *Container = getContainingObjCImpl(C.getLocationContext());
685 << "' ivar in '" << *Container;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 145 // Container is a minimal interface used to store results when traversing
147 template <class T> class Container {
149 // Allocate a new container with a capacity for n elements.
150 Container(CopyReducerBase &S, unsigned N) : Elems(S.Arena, N) {}
152 // Push a new element onto the container.
171 // A visitor "container" is a single bool, which accumulates success.
172 template <class T> class Container {
176 Container(VisitReducerBase &S, unsigned N) {}
246 R_SExpr reduceSCFG(SCFG &Orig, Container<BasicBlock *> Bbs) {
250 R_BasicBlock reduceBasicBlock(BasicBlock &Orig, Container<R_SExpr> &As
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 967 // When the container is the ObjCImplementationDecl (the primary
1201 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container,
1205 if (!Container)
1211 if (const auto *Category = dyn_cast<ObjCCategoryDecl>(Container)) {
1216 Overridden = Container->getMethod(Method->getSelector(),
1233 Overridden = Container->getMethod(Method->getSelector(),
1243 if (const auto *Protocol = dyn_cast<ObjCProtocolDecl>(Container)){
1248 if (const auto *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
1261 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container,
1264 CollectOverriddenMethodsRecurse(Container, Method, Methods
    [all...]
RecordLayoutBuilder.cpp 3380 const ObjCInterfaceDecl *Container = Ivar->getContainingInterface();
3389 if (ID && declaresSameEntity(ID->getClassInterface(), Container))
3392 RL = &getASTObjCInterfaceLayout(Container);
3401 for (const ObjCIvarDecl *IVD = Container->all_declared_ivar_begin();
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 918 ContainerInfo Container;
919 getContainerInfo(DC, Container);
926 &Container,
942 CXIdxClientContainer container) {
948 if (container)
949 ContainerMap[DC] = container;
952 // Allow changing the container of a previously seen DeclContext so we
954 if (container)
955 I->second = container;
Indexing.cpp 825 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
826 return Container->IndexCtx->getClientContainerForDC(Container->DC);
833 const ContainerInfo *Container = static_cast<const ContainerInfo *>(info);
834 Container->IndexCtx->addContainerInMap(Container->DC, client);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 723 std::vector<NodeId> Container;
728 : Tree(Tree), Cmp(Tree), List(Cmp, Container) {}
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 3349 auto Container = DAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, VT);
3351 SDValue(Container, 0), V, SubReg);
3355 auto Container = DAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, DL, VT);
3357 SDValue(Container, 0), V, SubReg);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 1614 TreeEntry(VecTreeTy &Container) : Container(Container) {}
1648 /// Thus we need a reference back to the container to translate the indices
1650 VecTreeTy &Container;
2485 return {N->UserTreeIndices.begin(), N->Container};
2489 return {N->UserTreeIndices.end(), N->Container};
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 1958 // Implements a matcher that checks the size of an STL-style container.
1966 template <typename Container>
1967 operator Matcher<Container>() const {
1968 return Matcher<Container>(new Impl<const Container&>(size_matcher_));
1971 template <typename Container>
1972 class Impl : public MatcherInterface<Container> {
1974 using SizeType = decltype(std::declval<Container>().size());
1987 bool MatchAndExplain(Container container,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCodeComplete.cpp 62 /// A container of code-completion results.
4537 /// Retrieve the container definition, if any?
4538 static ObjCContainerDecl *getContainerDef(ObjCContainerDecl *Container) {
4539 if (ObjCInterfaceDecl *Interface = dyn_cast<ObjCInterfaceDecl>(Container)) {
4546 if (ObjCProtocolDecl *Protocol = dyn_cast<ObjCProtocolDecl>(Container)) {
4552 return Container;
4595 ObjCContainerDecl *Container, bool AllowCategories,
4603 Container = getContainerDef(Container);
4605 // Add properties in this container
    [all...]
TreeTransform.h 6436 /// container that provides a \c getArgLoc() member function.
6442 ArgLocContainer *Container;
6465 TemplateArgumentLocContainerIterator(ArgLocContainer &Container,
6467 : Container(&Container), Index(Index) { }
6481 return Container->getArgLoc(Index);
6485 return pointer(Container->getArgLoc(Index));
6490 return X.Container == Y.Container && X.Index == Y.Index;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 948 const Decl *Container);
1012 const Decl *Container,
1430 void AddModuleClassList(ArrayRef<llvm::GlobalValue *> Container,
3286 const Decl *Container,
3349 property.add(GetPropertyTypeString(PD, Container));
5729 const Decl *Container) {
5731 CGM.getContext().getObjCEncodingForPropertyDecl(PD, Container);
6230 ArrayRef<llvm::GlobalValue *> Container, StringRef SymbolName,
6232 unsigned NumClasses = Container.size();
6239 Symbols[i] = llvm::ConstantExpr::getBitCast(Container[i]
    [all...]

Completed in 94 milliseconds