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

1 2

  /external/llvm/lib/TableGen/
Record.cpp     [all...]
TGParser.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/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);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_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.cpp 649 std::string FieldName;
655 FieldName = VarName + ("." + F->getName());
657 FieldName = F->getName();
666 genPackVarOfType(F->getType(), FieldName.c_str(), FieldPackerName);
slang_rs_reflection.cpp 540 std::string FieldName = VarName + "." + F->getName();
546 FieldName,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaDecl.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...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 25 getValueAsListOfStrings(Record &R, StringRef FieldName) {
26 ListInit *List = R.getValueAsListInit(FieldName);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 542 TEST_F(DescriptorTest, FieldName) {
    [all...]

Completed in 786 milliseconds

1 2