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...]
  /external/llvm/utils/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);
SetTheory.cpp 231 StringRef FieldName;
233 FieldExpander(StringRef fn) : FieldName(fn) {}
236 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc());
266 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {
267 addExpander(ClassName, new FieldExpander(FieldName));
  /external/llvm/include/llvm/TableGen/
Record.h 516 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; }
523 const std::string &FieldName) const {
581 virtual RecTy *getFieldType(const std::string &FieldName) const;
    [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 156 const IdentifierInfo *FieldName = Tok.getIdentifierInfo();
159 llvm::raw_svector_ostream(NewSyntax) << '.' << FieldName->getName()
172 D.AddDesignator(Designator::getField(FieldName, SourceLocation(), NameLoc));
  /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);
  /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) {
  /frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp 266 unsigned FieldName = joinString(RS_RECORD_TYPE_GET_FIELD_NAME(T, i));
267 if (!checkReturnIndex(&FieldName))
270 FieldName,
slang_rs_reflection.cpp 540 std::string FieldName = VarName + "." + F->getName();
546 FieldName,
    [all...]
slang_rs_reflection_cpp.cpp 736 std::string FieldName;
742 FieldName = VarName + ("." + F->getName());
744 FieldName = F->getName();
753 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 63 void printDataDirectory(uint32_t Index, const std::string &FieldName);
565 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
569 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
570 W.printHex(FieldName + "Size", Data->Size);
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 781 DeclarationName FieldName(II);
782 RecordDecl::lookup_const_result Res = RD->lookup(FieldName);
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 648 std::string FieldName = N->getNamedDecl()->getNameAsString();
650 return FieldName;
654 return S + "->" + FieldName;
656 return S + "." + FieldName;
    [all...]

Completed in 1421 milliseconds

1 2