Searched refs:FieldName (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/TableGen/
H A DRecord.cpp1241 RecTy *TypedInit::getFieldType(const std::string &FieldName) const {
1244 RecordVal *Field = RecordType->getRecord()->getValue(FieldName);
1342 RecTy *VarInit::getFieldType(const std::string &FieldName) const {
1344 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName))
1350 const std::string &FieldName) const {
1357 if (Init *I = TheInit->getFieldInit(R, RV, FieldName))
1456 RecTy *DefInit::getFieldType(const std::string &FieldName) const {
1457 if (const RecordVal *RV = Def->getValue(FieldName))
1463 const std::string &FieldName) const {
1464 return Def->getValue(FieldName)
1935 getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const argument
[all...]
H A DTGParser.cpp1825 std::string FieldName = Lex.getCurStrVal(); local
1837 RecordVal *Field = CurRec->getValue(FieldName);
1839 return TokError("Value '" + FieldName + "' unknown!");
1850 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
/external/llvm/utils/TableGen/
H A DSetTheory.h109 /// FieldName in the Record to get the set elements. That is all that is
116 void addFieldExpander(StringRef ClassName, StringRef FieldName);
H A DSetTheory.cpp223 StringRef FieldName; member in struct:__anon9340::FieldExpander
225 FieldExpander(StringRef fn) : FieldName(fn) {}
228 ST.evaluate(Def->getValueInit(FieldName), Elts);
258 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { argument
259 addExpander(ClassName, new FieldExpander(FieldName));
/external/llvm/include/llvm/TableGen/
H A DRecord.h493 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; }
500 const std::string &FieldName) const {
554 virtual RecTy *getFieldType(const std::string &FieldName) const;
1008 virtual RecTy *getFieldType(const std::string &FieldName) const;
1010 const std::string &FieldName) const;
1124 virtual RecTy *getFieldType(const std::string &FieldName) const;
1126 const std::string &FieldName) const;
1148 std::string FieldName; // Field we are accessing member in class:llvm::VarBitInit::FieldInit
1151 : TypedInit(R->getFieldType(FN)), Rec(R), FieldName(FN) {
1175 return Rec->getAsString() + "." + FieldName;
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h69 string FieldName(const FieldDescriptor* field);
H A Dcpp_field.cc56 (*variables)["name"] = FieldName(descriptor);
H A Dcpp_message.cc779 "name", FieldName(field));
833 "name", FieldName(field));
875 "name", FieldName(field),
1640 "name", FieldName(field));
1743 "name", FieldName(field));
1749 "name", FieldName(field));
H A Dcpp_helpers.cc153 string FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::cpp
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java::__anon10061
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::javamicro::__anon10068
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
/external/clang/lib/Parse/
H A DParseInit.cpp156 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); local
159 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
172 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
/external/clang/lib/Sema/
H A DSemaInit.cpp1503 /// corresponds to FieldName.
1505 IdentifierInfo *FieldName) {
1506 if (!FieldName)
1513 if (FieldName == IF->getAnonField()->getIdentifier())
1664 IdentifierInfo *FieldName = D->getFieldName(); local
1677 FindIndirectFieldDesignator(*Field, FieldName)) {
1688 if (FieldName && FieldName == Field->getIdentifier())
1705 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
1712 DeclarationNameInfo(FieldName,
1504 FindIndirectFieldDesignator(FieldDecl *AnonField, IdentifierInfo *FieldName) argument
[all...]
H A DSemaDecl.cpp9169 // Note that FieldName may be null for anonymous bitfields.
9171 IdentifierInfo *FieldName,
9184 if (FieldName)
9186 << FieldName << FieldTy << BitWidth->getSourceRange();
9208 if (Value == 0 && FieldName)
9209 return Diag(FieldLoc, diag::err_bitfield_has_zero_width) << FieldName;
9212 if (FieldName)
9214 << FieldName << Value.toString(10);
9223 if (FieldName)
9225 << FieldName << (unsigne
9170 VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName, QualType FieldTy, Expr *BitWidth, bool *ZeroWidth) argument
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp613 std::string FieldName = N->getNamedDecl()->getNameAsString(); local
615 return FieldName;
619 return S + "->" + FieldName;
621 return S + "." + FieldName;
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp25 getValueAsListOfStrings(Record &R, StringRef FieldName) { argument
26 ListInit *List = R.getValueAsListInit(FieldName);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1385 StringRef FieldName = Field->getName();
1388 if (FieldName.empty())
1442 FieldTy = DBuilder.createObjCIVar(FieldName, FieldDefUnit,
2370 StringRef FieldName = Field->getName(); local
2373 if (FieldName.empty() && !isa<RecordType>(Field->getType()))
2379 FieldName, Unit, Line, FieldTy,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4121 std::string FieldName = (*I)->getNameAsString(); local
4122 std::string ArgName = "_" + FieldName;
4140 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4144 S += FieldName + ";\n";
4150 std::string FieldName = (*I)->getNameAsString(); local
4151 std::string ArgName = "_" + FieldName;
4154 RewriteByRefString(TypeString, FieldName, (*I));
4156 FieldName = TypeString + FieldName;
4160 S += FieldName
[all...]
H A DRewriteObjC.cpp3497 std::string FieldName = (*I)->getNameAsString(); local
3498 std::string ArgName = "_" + FieldName;
3516 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3520 S += FieldName + ";\n";
3526 std::string FieldName = (*I)->getNameAsString(); local
3527 std::string ArgName = "_" + FieldName;
3530 RewriteByRefString(TypeString, FieldName, (*I));
3532 FieldName = TypeString + FieldName;
3536 S += FieldName
[all...]
/external/clang/include/clang/AST/
H A DExpr.h3786 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, argument
3789 Field.NameOrField = reinterpret_cast<uintptr_t>(FieldName) | 0x01;
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc542 TEST_F(DescriptorTest, FieldName) {
/external/clang/include/clang/Sema/
H A DSema.h6881 ExprResult VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName,

Completed in 617 milliseconds