OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FieldName
(Results
1 - 11
of
11
) sorted by null
/external/clang/lib/Parse/
ParseInit.cpp
82
const IdentifierInfo *
FieldName
= Tok.getIdentifierInfo();
85
llvm::raw_svector_ostream(NewSyntax) << '.' <<
FieldName
->getName()
98
D.AddDesignator(Designator::getField(
FieldName
, SourceLocation(), NameLoc));
/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/cpp/
cpp_helpers.cc
153
string
FieldName
(const FieldDescriptor* field) {
/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/llvm/utils/TableGen/
SetTheory.cpp
191
StringRef
FieldName
;
193
FieldExpander(StringRef fn) :
FieldName
(fn) {}
196
ST.evaluate(Def->getValueInit(
FieldName
), Elts);
221
void SetTheory::addFieldExpander(StringRef ClassName, StringRef
FieldName
) {
222
addExpander(ClassName, new FieldExpander(
FieldName
));
Record.h
532
virtual RecTy *getFieldType(const std::string &
FieldName
) const { return 0; }
539
const std::string &
FieldName
) const {
574
virtual RecTy *getFieldType(const std::string &
FieldName
) const;
[
all
...]
TGParser.cpp
[
all
...]
/frameworks/compile/slang/
slang_rs_metadata_spec_encoder.cpp
265
unsigned
FieldName
= joinString(RS_RECORD_TYPE_GET_FIELD_NAME(T, i));
266
if (!checkReturnIndex(&
FieldName
))
269
FieldName
,
slang_rs_reflection.cpp
840
std::string
FieldName
= VarName + "." + F->getName();
846
FieldName
,
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
/external/clang/lib/Rewrite/
RewriteObjC.cpp
[
all
...]
Completed in 1333 milliseconds