Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp156 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/llvm/utils/TableGen/
DSetTheory.cpp231 StringRef FieldName; member
266 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc153 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm/include/llvm/TableGen/
DRecord.h516 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; } in getFieldType()
523 const std::string &FieldName) const { in getFieldInit()
1221 std::string FieldName; // Field we are accessing variable
1563 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
/external/llvm/lib/TableGen/
DTGParser.cpp1824 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem() local
DRecord.cpp1938 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1490 StringRef FieldName = Field->getName(); in CreateType() local
2557 StringRef FieldName = Field->getName(); in EmitDeclare() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp25 getValueAsListOfStrings(Record &R, StringRef FieldName) { in getValueAsListOfStrings()
/external/clang/lib/Sema/
DSemaInit.cpp1507 IdentifierInfo *FieldName) { in FindIndirectFieldDesignator()
1666 IdentifierInfo *FieldName = D->getFieldName(); in CheckDesignatedInitializer() local
DSemaDecl.cpp10144 IdentifierInfo *FieldName, in VerifyBitField()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3484 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
3513 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
DRewriteModernObjC.cpp4376 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
4405 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
/external/clang/lib/Analysis/
DThreadSafety.cpp648 std::string FieldName = N->getNamedDecl()->getNameAsString(); in toString() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc542 TEST_F(DescriptorTest, FieldName) { in TEST_F() argument
/external/clang/include/clang/AST/
DExpr.h3910 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator()