Searched defs:enum_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/clang/plugins/
H A DChromeClassTester.h59 virtual void CheckChromeEnum(clang::SourceLocation enum_location, argument
H A DChromeClassTester.cpp95 SourceLocation enum_location = enum_decl->getInnerLocStart(); local
96 if (InBannedDirectory(enum_location))
103 CheckChromeEnum(enum_location, enum_decl);
H A DFindBadConstructsConsumer.cpp116 void FindBadConstructsConsumer::CheckChromeEnum(SourceLocation enum_location, argument
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1209 const LocationRecorder& enum_location) {
1213 LocationRecorder location(enum_location,
1220 DO(ParseEnumBlock(enum_type, enum_location));
1225 const LocationRecorder& enum_location) {
1226 DO(ConsumeEndOfDeclaration("{", &enum_location));
1234 if (!ParseEnumStatement(enum_type, enum_location)) {
1245 const LocationRecorder& enum_location) {
1250 LocationRecorder location(enum_location,
1255 LocationRecorder location(enum_location,
1208 ParseEnumDefinition(EnumDescriptorProto* enum_type, const LocationRecorder& enum_location) argument
1224 ParseEnumBlock(EnumDescriptorProto* enum_type, const LocationRecorder& enum_location) argument
1244 ParseEnumStatement(EnumDescriptorProto* enum_type, const LocationRecorder& enum_location) argument

Completed in 1838 milliseconds