Searched refs:Fields (Results 26 - 34 of 34) sorted by relevance

12

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2027 SmallVector<Decl*, 4> Fields; local
2057 Fields.push_back(Field);
2094 ActOnFields(0, Instantiation->getLocation(), Instantiation, Fields,
H A DSemaStmt.cpp3208 SmallVector<Decl*, 4> Fields; local
3211 Fields.push_back(*I);
3212 ActOnFields(/*Scope=*/0, Record->getLocation(), Record, Fields,
H A DSemaDecl.cpp5368 // Fields are not shadowed by variables in C++ static methods.
11125 // Fields of incomplete type force their record to be invalid.
11170 // Fields can not have abstract class types
11494 llvm::ArrayRef<Decl *> Fields,
11502 if (!Fields.empty() && isa<ObjCContainerDecl>(EnclosingDecl)) {
11534 for (llvm::ArrayRef<Decl *>::iterator i = Fields.begin(), end = Fields.end();
11571 ((i + 1 == Fields.end() && !Record->isUnion()) ||
11574 (i + 1 == Fields.end() || Record->isUnion())))) {
11583 else if (Fields
11492 ActOnFields(Scope* S, SourceLocation RecLoc, Decl *EnclosingDecl, llvm::ArrayRef<Decl *> Fields, SourceLocation LBrac, SourceLocation RBrac, AttributeList *Attr) argument
[all...]
H A DSemaDeclCXX.cpp1128 unsigned Fields = 0; local
1130 E = RD->field_end(); I != E; ++I, ++Fields) {
1137 Constructor->getNumCtorInitializers() != RD->getNumBases() + Fields) {
3424 // Fields.
4125 // Fields and static variables.
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2198 SmallVector<const FieldDecl*, 16> Fields; local
2201 Fields.push_back(*i);
2206 BuildRCRecordLayout(RecLayout, RD, Fields, BytePos, HasUnion, ByrefLayout);
4509 SmallVector<const FieldDecl*, 16> Fields; local
4512 Fields.push_back(*i);
4517 BuildAggrIvarLayout(0, RecLayout, RD, Fields, BytePos,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1723 TEST_F(SourceInfoTest, Fields) {
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1303 SDValue Fields[NumFields] = { local
1318 MemOps[I] = DAG.getStore(Chain, DL, Fields[I], FieldAddr,
/external/clang/include/clang/Sema/
H A DSema.h1703 ArrayRef<Decl *> Fields,
2560 ObjCIvarDecl **Fields, unsigned nIvars,

Completed in 3100 milliseconds

12