Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/TableGen/
DSetTheory.cpp232 StringRef FieldName; member
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
DTGParser.cpp1877 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem() local
DRecord.cpp1839 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
/external/clang/lib/Parse/
DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dutil.py123 def FieldName(self, name): member in Names
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc169 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm/include/llvm/TableGen/
DRecord.h319 virtual RecTy *getFieldType(const std::string &FieldName) const { in getFieldType()
328 const std::string &FieldName) const { in getFieldInit()
998 std::string FieldName; // Field we are accessing variable
1347 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc101 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc83 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/clang/tools/libclang/
DCXType.cpp816 DeclarationName FieldName(II); in clang_Type_getOffsetOf() local
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp361 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { in printDataDirectory()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1842 StringRef FieldName = Field->getName(); in CreateTypeDefinition() local
3014 StringRef FieldName = Field->getName(); in EmitDeclare() local
3319 StringRef FieldName = Field->getName(); in CollectAnonRecordDecls() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3414 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
3443 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
DRewriteModernObjC.cpp4269 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
4298 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
/external/clang/tools/c-index-test/
Dc-index-test.c1418 const char *FieldName = clang_getCString(FieldSpelling); in PrintTypeSize() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc544 TEST_F(DescriptorTest, FieldName) { in TEST_F() argument
/external/clang/lib/Sema/
DSemaInit.cpp2089 IdentifierInfo *FieldName = D->getFieldName(); in CheckDesignatedInitializer() local
DSemaDecl.cpp12789 IdentifierInfo *FieldName, in VerifyBitField()
/external/clang/include/clang/AST/
DExpr.h4113 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator()