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

  /external/llvm/lib/TableGen/
Record.cpp     [all...]
TGParser.cpp     [all...]
  /external/llvm/utils/TableGen/
SetTheory.h 109 /// FieldName in the Record to get the set elements. That is all that is
116 void addFieldExpander(StringRef ClassName, StringRef FieldName);
SetTheory.cpp 209 StringRef FieldName;
211 FieldExpander(StringRef fn) : FieldName(fn) {}
214 ST.evaluate(Def->getValueInit(FieldName), Elts);
244 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {
245 addExpander(ClassName, new FieldExpander(FieldName));
  /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/llvm/include/llvm/TableGen/
Record.h 493 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; }
500 const std::string &FieldName) const {
542 virtual RecTy *getFieldType(const std::string &FieldName) const;
    [all...]
  /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/javamicro/
javamicro_helpers.cc 57 const string& FieldName(const FieldDescriptor* field) {
102 return UnderscoresToCamelCaseImpl(FieldName(field), false);
106 return UnderscoresToCamelCaseImpl(FieldName(field), true);
  /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 492 std::string FieldName = VarName + "." + F->getName();
498 FieldName,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 24 getValueAsListOfStrings(Record &R, StringRef FieldName) {
25 ListInit *List = R.getValueAsListInit(FieldName);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 542 TEST_F(DescriptorTest, FieldName) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 366 milliseconds