Searched refs:Field2 (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DASTImporter.cpp844 FieldDecl *Field1, FieldDecl *Field2) {
845 RecordDecl *Owner2 = cast<RecordDecl>(Field2->getDeclContext());
851 Field2->isAnonymousStructOrUnion()) {
853 RecordDecl *D2 = Field2->getType()->castAs<RecordType>()->getDecl();
859 IdentifierInfo *Name2 = Field2->getIdentifier();
864 Field1->getType(), Field2->getType())) {
868 Context.Diag2(Field2->getLocation(), diag::note_odr_field)
869 << Field2->getDeclName() << Field2->getType();
876 if (Field1->isBitField() != Field2
843 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, FieldDecl *Field1, FieldDecl *Field2) argument
1073 RecordDecl::field_iterator Field2 = D2->field_begin(), local
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp3099 llvm::APInt Field2(16, StringRef(Uuidstr + 14, 4), 16);
3105 InitStruct.getStructField(2) = APValue(llvm::APSInt(Field2));

Completed in 100 milliseconds