HomeSort by relevance Sort by last modified time
    Searched refs:FieldName (Results 1 - 25 of 36) 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, new FieldExpander(FieldName));
  /external/llvm/include/llvm/TableGen/
SetTheory.h 111 /// FieldName in the Record to get the set elements. That is all that is
118 void addFieldExpander(StringRef ClassName, StringRef FieldName);
Record.h 519 virtual RecTy *getFieldType(const std::string &FieldName) const {
528 const std::string &FieldName) const {
586 RecTy *getFieldType(const std::string &FieldName) const override;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 69 string FieldName(const FieldDescriptor* field);
cpp_field.cc 56 (*variables)["name"] = FieldName(descriptor);
cpp_message.cc 779 "name", FieldName(field));
833 "name", FieldName(field));
875 "name", FieldName(field),
    [all...]
cpp_helpers.cc 153 string FieldName(const FieldDescriptor* field) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 57 const string& FieldName(const FieldDescriptor* field) {
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 57 const string& FieldName(const FieldDescriptor* field) {
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 57 (*variables)["name"] = FieldName(descriptor);
cpp_helpers.h 75 string FieldName(const FieldDescriptor* field);
cpp_message.cc 623 "name", FieldName(descriptor_->field(i)));
626 "name", FieldName(descriptor_->field(i)));
    [all...]
cpp_string_field.cc 57 : "_default_" + FieldName(descriptor) + "_";
cpp_helpers.cc 169 string FieldName(const FieldDescriptor* field) {
  /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);
  /frameworks/compile/slang/
slang_rs_reflection.cpp 561 std::string FieldName = VarName + "." + F->getName();
566 genInitPrimitiveExportVariable(FieldName,
    [all...]
slang_rs_reflection_cpp.cpp 764 std::string FieldName;
771 FieldName = VarName + ("." + F->getName());
773 FieldName = F->getName();
780 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 62 void printDataDirectory(uint32_t Index, const std::string &FieldName);
336 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
340 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
341 W.printHex(FieldName + "Size", Data->Size);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 803 DeclarationName FieldName(II);
804 RecordDecl::lookup_const_result Res = RD->lookup(FieldName);
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 642 std::string FieldName = N->getNamedDecl()->getNameAsString();
644 return FieldName;
648 return S + "->" + FieldName;
650 return S + "." + FieldName;
    [all...]

Completed in 428 milliseconds

1 2