Searched refs:getLLVMFieldNo (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRecordLayout.h185 unsigned getLLVMFieldNo(const FieldDecl *FD) const { function in class:clang::CodeGen::CGRecordLayout
H A DCGRecordLayoutBuilder.cpp720 unsigned FieldNo = RL->getLLVMFieldNo(FD);
735 llvm::Type *ElementTy = ST->getTypeAtIndex(RL->getLLVMFieldNo(FD));
H A DCGExpr.cpp2526 unsigned Idx = RL.getLLVMFieldNo(field);
2563 unsigned idx = CGM.getTypes().getCGRecordLayout(rec).getLLVMFieldNo(field);
2642 unsigned idx = RL.getLLVMFieldNo(Field);
H A DCGExprConstant.cpp1369 unsigned fieldIndex = layout.getLLVMFieldNo(Field);

Completed in 126 milliseconds