HomeSort by: relevance | last modified time | path
    Searched refs:Subobject (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 42 /// base "number" that identifies which base subobject of the
53 /// Identifies which base class subobject (of type
64 /// (direct or indirect) base class subobject.
69 /// subobject is being used.
79 /// The declarations found inside this base class subobject.
100 /// base subobject of type A. One path is (D,0) -> (B,0) -> (A,0)
115 /// refer to the same base class subobject of type A (the virtual
132 /// the cv-unqualified canonical type of the base class subobject.
229 /// hierarchy by the method itself and a class subobject number.
234 /// The subobject in which the overriding virtual metho
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 187 /// Find the path length and type of the most-derived subobject in the given
235 /// A path from a glvalue to a subobject of that glvalue.
237 /// True if the subobject was named in a manner not supported by C++11. Such
252 /// subobject.
269 /// The entries on the path from the glvalue to the designated subobject.
327 /// Determine whether the most derived subobject is an array without a
372 /// Check that this refers to a valid subobject.
378 /// Check that this refers to a valid subobject, and if not, produce a
384 assert(!Invalid && "invalid designator has no subobject type");
440 /// Add N to the address of this subobject
    [all...]
VTableBuilder.cpp 68 /// VirtualBase - The virtual base class subobject of this overrider.
69 /// Note that this records the closest derived virtual base class subobject.
100 /// in a base subobject.
110 /// SubobjectsToOffsetsMapTy - A mapping from a base subobject (represented
111 /// as a record decl and a subobject number) and its offsets in the most
128 /// dump - dump the final overriders for a base subobject, and all its direct
139 /// the subobject with the given base offset.
187 "Did not find subobject offset!");
197 std::make_pair(OverriderRD, Method.Subobject))
198 && "Did not find subobject offset!")
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclCXX.cpp 2962 // to each base class subobject.
3002 // class subobject yet.
5844 // inner type in some way as a subobject.
6958 /// member function for a subobject of class type.
6960 /// \param Class The class type of the subobject.
6962 /// \param FieldQuals If the subobject is a field, its cv-qualifiers.
7006 // unique constructed subobject.
7520 typename Subobject>
7604 Result visitSubobject(QualType Type, Subobject Subobj) {
7605 // In that list, any subobject of array type is recursively expande
    [all...]
SemaExprCXX.cpp 904 // Virtual bases constitute the same subobject. Non-virtual bases are
919 // Recurse on to each base subobject.
1006 for (CXXRecordDecl *Subobject : UnambiguousPublicSubobjects) {
1011 CXXConstructorDecl *CD = LookupCopyingConstructor(Subobject, 0);
1029 Context.addCopyConstructorForExceptionObject(Subobject, CD);

Completed in 48 milliseconds