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

/external/clang/lib/Parse/
H A DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); local
141 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
154 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
/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::__anon28060
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::javamicro::__anon28067
103 return UnderscoresToCamelCaseImpl(FieldName(field), false);
107 return UnderscoresToCamelCaseImpl(FieldName(field), true);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc169 string FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::cpp
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc57 const string& FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::java::__anon14066
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
/external/llvm/lib/TableGen/
H A DSetTheory.cpp232 StringRef FieldName; member in struct:__anon25090::FieldExpander
234 FieldExpander(StringRef fn) : FieldName(fn) {}
237 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { argument
269 addExpander(ClassName, new FieldExpander(FieldName));
H A DRecord.cpp1264 RecTy *TypedInit::getFieldType(const std::string &FieldName) const {
1266 if (RecordVal *Field = RecordType->getRecord()->getValue(FieldName))
1359 RecTy *VarInit::getFieldType(const std::string &FieldName) const {
1361 if (const RecordVal *RV = RTy->getRecord()->getValue(FieldName))
1367 const std::string &FieldName) const {
1374 if (Init *I = TheInit->getFieldInit(R, RV, FieldName))
1472 RecTy *DefInit::getFieldType(const std::string &FieldName) const {
1473 if (const RecordVal *RV = Def->getValue(FieldName))
1479 const std::string &FieldName) const {
1480 return Def->getValue(FieldName)
1947 getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const argument
[all...]
H A DTGParser.cpp1872 std::string FieldName = Lex.getCurStrVal(); local
1884 RecordVal *Field = CurRec->getValue(FieldName);
1886 return TokError("Value '" + FieldName + "' unknown!");
1897 return SetValue(CurRec, IdLoc, FieldName, BitList, Val);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc153 string FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::cpp
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc101 const string& FieldName(const FieldDescriptor* field) { function in namespace:google::protobuf::compiler::javanano::__anon28075
146 return UnderscoresToCamelCaseImpl(FieldName(field), false);
150 return UnderscoresToCamelCaseImpl(FieldName(field), true);
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp62 void printDataDirectory(uint32_t Index, const std::string &FieldName);
336 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { argument
340 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
341 W.printHex(FieldName + "Size", Data->Size);
/external/llvm/include/llvm/TableGen/
H A DRecord.h519 virtual RecTy *getFieldType(const std::string &FieldName) const {
528 const std::string &FieldName) const {
586 RecTy *getFieldType(const std::string &FieldName) const override;
1075 RecTy *getFieldType(const std::string &FieldName) const override;
1077 const std::string &FieldName) const override;
1197 RecTy *getFieldType(const std::string &FieldName) const override;
1199 const std::string &FieldName) const override;
1220 std::string FieldName; // Field we are accessing member in class:llvm::VarBitInit::FieldInit
1223 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) {
1249 return Rec->getAsString() + "." + FieldName;
[all...]
/external/clang/lib/Analysis/
H A DThreadSafety.cpp642 std::string FieldName = N->getNamedDecl()->getNameAsString(); local
644 return FieldName;
648 return S + "->" + FieldName;
650 return S + "." + FieldName;
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1725 StringRef FieldName = Field->getName();
1728 if (FieldName.empty())
1791 FieldTy = DBuilder.createObjCIVar(FieldName, FieldDefUnit,
2797 StringRef FieldName = Field->getName(); local
2800 if (FieldName.empty() && !isa<RecordType>(Field->getType()))
2806 FieldName, Unit, Line, FieldTy,
3120 StringRef FieldName = Field->getName(); local
3123 if (FieldName.empty()) {
3131 GV = DBuilder.createStaticVariable(DContext, FieldName, LinkageName, Unit,
/external/clang/lib/Sema/
H A DSemaInit.cpp1729 /// corresponds to FieldName.
1731 IdentifierInfo *FieldName) {
1732 if (!FieldName)
1739 if (FieldName == IF->getAnonField()->getIdentifier())
1890 IdentifierInfo *FieldName = D->getFieldName(); local
1903 FindIndirectFieldDesignator(*Field, FieldName)) {
1914 if (FieldName && FieldName == Field->getIdentifier())
1931 DeclContext::lookup_result Lookup = RT->getDecl()->lookup(FieldName);
1938 DeclarationNameInfo(FieldName,
1730 FindIndirectFieldDesignator(FieldDecl *AnonField, IdentifierInfo *FieldName) argument
[all...]
H A DSemaDecl.cpp11631 // Note that FieldName may be null for anonymous bitfields.
11633 IdentifierInfo *FieldName,
11646 if (FieldName)
11648 << FieldName << FieldTy << BitWidth->getSourceRange();
11670 if (Value == 0 && FieldName)
11671 return Diag(FieldLoc, diag::err_bitfield_has_zero_width) << FieldName;
11674 if (FieldName)
11676 << FieldName << Value.toString(10);
11686 if (FieldName)
11688 << FieldName << (unsigne
11632 VerifyBitField(SourceLocation FieldLoc, IdentifierInfo *FieldName, QualType FieldTy, bool IsMsStruct, Expr *BitWidth, bool *ZeroWidth) argument
[all...]
/external/clang/include/clang/AST/
H A DExpr.h4049 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, argument
4052 Field.NameOrField = reinterpret_cast<uintptr_t>(FieldName) | 0x01;
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3438 std::string FieldName = (*I)->getNameAsString(); local
3439 std::string ArgName = "_" + FieldName;
3457 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
3461 S += FieldName + ";\n";
3467 std::string FieldName = (*I)->getNameAsString(); local
3468 std::string ArgName = "_" + FieldName;
3471 RewriteByRefString(TypeString, FieldName, (*I));
3473 FieldName = TypeString + FieldName;
3477 S += FieldName
[all...]
H A DRewriteModernObjC.cpp4312 std::string FieldName = (*I)->getNameAsString(); local
4313 std::string ArgName = "_" + FieldName;
4331 QT.getAsStringInternal(FieldName, Context->getPrintingPolicy());
4335 S += FieldName + ";\n";
4341 std::string FieldName = (*I)->getNameAsString(); local
4342 std::string ArgName = "_" + FieldName;
4345 RewriteByRefString(TypeString, FieldName, (*I));
4347 FieldName = TypeString + FieldName;
4351 S += FieldName
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c1328 const char *FieldName = clang_getCString(FieldSpelling); local
1349 FieldName);

Completed in 568 milliseconds