Searched refs:enum_location (Results 1 – 6 of 6) sorted by relevance
/external/v8/tools/clang/plugins/ |
D | ChromeClassTester.cpp | 74 SourceLocation enum_location = enum_decl->getInnerLocStart(); in CheckTag() local 75 if (InBannedDirectory(enum_location)) in CheckTag() 82 CheckChromeEnum(enum_location, enum_decl); in CheckTag()
|
D | ChromeClassTester.h | 71 virtual void CheckChromeEnum(clang::SourceLocation enum_location, in CheckChromeEnum() argument
|
D | FindBadConstructsConsumer.h | 61 void CheckChromeEnum(clang::SourceLocation enum_location,
|
D | FindBadConstructsConsumer.cpp | 247 void FindBadConstructsConsumer::CheckChromeEnum(SourceLocation enum_location, in CheckChromeEnum() argument
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 299 const LocationRecorder& enum_location, 320 const LocationRecorder& enum_location, 332 const LocationRecorder& enum_location,
|
D | parser.cc | 1672 const LocationRecorder& enum_location, in ParseEnumDefinition() argument 1677 LocationRecorder location(enum_location, in ParseEnumDefinition() 1684 DO(ParseEnumBlock(enum_type, enum_location, containing_file)); in ParseEnumDefinition() 1692 const LocationRecorder& enum_location, in ParseEnumBlock() argument 1694 DO(ConsumeEndOfDeclaration("{", &enum_location)); in ParseEnumBlock() 1702 if (!ParseEnumStatement(enum_type, enum_location, containing_file)) { in ParseEnumBlock() 1713 const LocationRecorder& enum_location, in ParseEnumStatement() argument 1719 LocationRecorder location(enum_location, in ParseEnumStatement() 1724 LocationRecorder location(enum_location, in ParseEnumStatement()
|