HomeSort by relevance Sort by last modified time
    Searched refs:FieldName (Results 1 - 25 of 34) sorted by null

1 2

  /external/llvm/lib/TableGen/
Record.cpp     [all...]
SetTheory.cpp 232 StringRef FieldName;
234 FieldExpander(StringRef fn) : FieldName(fn) {}
237 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {
269 addExpander(ClassName, llvm::make_unique<FieldExpander>(FieldName));
TGParser.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 319 virtual RecTy *getFieldType(const std::string &FieldName) const {
328 const std::string &FieldName) const {
393 RecTy *getFieldType(const std::string &FieldName) const override;
861 RecTy *getFieldType(const std::string &FieldName) const override;
863 const std::string &FieldName) const override;
975 RecTy *getFieldType(const std::string &FieldName) const override;
977 const std::string &FieldName) const override;
998 std::string FieldName; // Field we are accessing
1001 : TypedInit(IK_FieldInit, R->getFieldType(FN)), Rec(R), FieldName(FN) {
1022 return Rec->getAsString() + "." + FieldName;
    [all...]
SetTheory.h 111 /// FieldName in the Record to get the set elements. That is all that is
118 void addFieldExpander(StringRef ClassName, StringRef FieldName);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 58 const string& FieldName(const FieldDescriptor* field) {
103 return UnderscoresToCamelCaseImpl(FieldName(field), false);
107 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /external/clang/lib/Parse/
ParseInit.cpp 138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo();
141 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
154 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 75 string FieldName(const FieldDescriptor* field);
cpp_message.cc 764 "name", FieldName(descriptor_->field(i)));
768 "name", FieldName(descriptor_->field(i)));
847 fieldname_to_chunk[FieldName(field)] = i / 8;
859 const string& fieldname = FieldName(field); local
862 fieldname_to_chunk[fieldname])) {
865 runs_of_fields_.back().push_back(fieldname);
1607 const string fieldname = FieldName(field); local
    [all...]
cpp_field.cc 59 (*variables)["name"] = FieldName(descriptor);
cpp_helpers.cc 169 string FieldName(const FieldDescriptor* field) {
394 // Do not use FieldName() since it will escape keywords.
cpp_string_field.cc 57 : "_default_" + FieldName(descriptor) + "_";
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 101 const string& FieldName(const FieldDescriptor* field) {
146 return UnderscoresToCamelCaseImpl(FieldName(field), false);
150 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h 103 string FieldName(const FieldDescriptor* field);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
service_registry.py 397 return self.__names.FieldName(body_type['$ref'])
406 body_field_name = self.__names.FieldName(
411 body_field_name = self.__names.FieldName(
util.py 123 def FieldName(self, name):
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 83 string FieldName(const FieldDescriptor* field) {
140 return UnderscoresToCamelCase(FieldName(field), false);
144 return UnderscoresToCamelCase(FieldName(field), true);
  /frameworks/compile/slang/
slang_rs_reflection.cpp 705 std::string FieldName = VarName + "." + F->getName();
710 genInitPrimitiveExportVariable(FieldName,
    [all...]
slang_rs_reflection_cpp.cpp 815 std::string FieldName;
822 FieldName = VarName + ("." + F->getName());
824 FieldName = F->getName();
831 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
    [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 68 void printDataDirectory(uint32_t Index, const std::string &FieldName);
361 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
365 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
366 W.printHex(FieldName + "Size", Data->Size);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 816 DeclarationName FieldName(II);
821 RecordDecl::lookup_result Res = RD->lookup(FieldName);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 2114 milliseconds

1 2