HomeSort by relevance Sort by last modified time
    Searched refs:ClassSubobjects (Results 1 - 16 of 16) sorted by null

  /external/clang/lib/AST/
CXXInheritance.cpp 52 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
59 ClassSubobjects.clear();
69 ClassSubobjects.swap(Other.ClassSubobjects);
203 std::pair<bool, unsigned>& Subobjects = ClassSubobjects[BaseType];
  /external/clang/include/clang/AST/
CXXInheritance.h 125 /// ClassSubobjects - Records the class subobjects for each class
131 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CXXInheritance.h 123 /// ClassSubobjects - Records the class subobjects for each class
129 llvm::SmallDenseMap<QualType, std::pair<bool, unsigned>, 8> ClassSubobjects;

Completed in 732 milliseconds