Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp191 StringRef FieldName; member
221 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/external/llvm/lib/TableGen/
DSetTheory.cpp232 StringRef FieldName; member
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
DTGParser.cpp1872 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem() local
DRecord.cpp1858 bool Record::getValueAsBitOrUnset(StringRef FieldName, bool &Unset) const { in getValueAsBitOrUnset()
/external/clang/lib/Parse/
DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc58 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm/utils/TableGen/
DSearchableTableEmitter.cpp242 std::string FieldName = Field.getName(); in emitMapping() local
/external/llvm/include/llvm/TableGen/
DRecord.h342 virtual RecTy *getFieldType(const std::string &FieldName) const { in getFieldType()
351 const std::string &FieldName) const { in getFieldInit()
1075 std::string FieldName; // Field we are accessing variable
1429 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc101 const string& FieldName(const FieldDescriptor* field) { in FieldName() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc83 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp656 void CVTypeDumper::printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc189 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp99 void printTypeIndex(StringRef FieldName, TypeIndex TI) { in printTypeIndex()
546 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) { in printDataDirectory()
/external/clang/tools/libclang/
DCXType.cpp829 DeclarationName FieldName(II); in clang_Type_getOffsetOf() local
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h548 virtual RecTy *getFieldType(const std::string &FieldName) const { return 0; } in getFieldType()
555 const std::string &FieldName) const { in getFieldInit()
1223 std::string FieldName; // Field we are accessing variable
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc427 string FieldName(const FieldDescriptor* field) { in FieldName() function
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp1567 std::string FieldName = Lex.getCurStrVal(); in ParseBodyItem() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1968 StringRef FieldName = Field->getName(); in CreateTypeDefinition() local
3213 StringRef FieldName = Field->getName(); in EmitDeclare() local
3525 StringRef FieldName = Field->getName(); in CollectAnonRecordDecls() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp3405 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
3434 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
DRewriteModernObjC.cpp4204 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
4233 std::string FieldName = (*I)->getNameAsString(); in SynthesizeBlockImpl() local
/external/clang/tools/c-index-test/
Dc-index-test.c1434 const char *FieldName = clang_getCString(FieldSpelling); in PrintTypeSize() local
/external/clang/lib/Sema/
DSemaInit.cpp2170 IdentifierInfo *FieldName = D->getFieldName(); in CheckDesignatedInitializer() local
DSemaDecl.cpp13239 IdentifierInfo *FieldName, in VerifyBitField()
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc756 TEST_F(DescriptorTest, FieldName) { in TEST_F() argument
/external/clang/include/clang/AST/
DExpr.h4048 Designator(const IdentifierInfo *FieldName, SourceLocation DotLoc, in Designator()