Searched refs:record_location (Results 1 – 4 of 4) sorted by relevance
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsConsumer.h | 61 clang::SourceLocation record_location, 68 void CheckCtorDtorWeight(clang::SourceLocation record_location, 80 void CheckVirtualMethods(clang::SourceLocation record_location, 101 void CheckRefCountedDtors(clang::SourceLocation record_location, 104 void CheckWeakPtrFactoryMembers(clang::SourceLocation record_location,
|
D | FindBadConstructsConsumer.cpp | 261 SourceLocation record_location, in CheckChromeClass() argument 263 bool implementation_file = InImplementationFile(record_location); in CheckChromeClass() 273 CheckCtorDtorWeight(record_location, record); in CheckChromeClass() 283 CheckVirtualMethods(record_location, record, warn_on_inline_bodies); in CheckChromeClass() 290 CheckRefCountedDtors(record_location, record); in CheckChromeClass() 292 CheckWeakPtrFactoryMembers(record_location, record); in CheckChromeClass() 343 SourceLocation record_location, in CheckCtorDtorWeight() argument 408 ReportIfSpellingLocNotIgnored(record_location, diag_no_explicit_ctor_); in CheckCtorDtorWeight() 432 ReportIfSpellingLocNotIgnored(record_location, in CheckCtorDtorWeight() 464 ReportIfSpellingLocNotIgnored(record_location, diag_no_explicit_dtor_); in CheckCtorDtorWeight() [all …]
|
D | ChromeClassTester.cpp | 141 bool ChromeClassTester::InImplementationFile(SourceLocation record_location) { in InImplementationFile() argument 147 if (GetFilename(record_location, &filename)) { in InImplementationFile() 153 if (!record_location.isMacroID()) { in InImplementationFile() 156 record_location = in InImplementationFile() 157 source_manager.getImmediateExpansionRange(record_location).getBegin(); in InImplementationFile()
|
D | ChromeClassTester.h | 65 clang::SourceLocation record_location,
|