Home
last modified time | relevance | path

Searched refs:record_location (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h59 void CheckChromeClass(clang::SourceLocation record_location,
68 void CheckCtorDtorWeight(clang::SourceLocation record_location,
83 void CheckVirtualMethods(clang::SourceLocation record_location,
104 void CheckRefCountedDtors(clang::SourceLocation record_location,
107 void CheckWeakPtrFactoryMembers(clang::SourceLocation record_location,
DChromeClassTester.cpp56 SourceLocation record_location = record->getInnerLocStart(); in CheckTag() local
57 if (InBannedDirectory(record_location)) in CheckTag()
72 CheckChromeClass(record_location, record); in CheckTag()
215 bool ChromeClassTester::InImplementationFile(SourceLocation record_location) { in InImplementationFile() argument
221 if (GetFilename(record_location, &filename)) { in InImplementationFile()
227 if (!record_location.isMacroID()) { in InImplementationFile()
230 record_location = in InImplementationFile()
231 source_manager.getImmediateExpansionRange(record_location).first; in InImplementationFile()
DFindBadConstructsConsumer.cpp218 void FindBadConstructsConsumer::CheckChromeClass(SourceLocation record_location, in CheckChromeClass() argument
220 bool implementation_file = InImplementationFile(record_location); in CheckChromeClass()
230 CheckCtorDtorWeight(record_location, record); in CheckChromeClass()
240 CheckVirtualMethods(record_location, record, warn_on_inline_bodies); in CheckChromeClass()
242 CheckRefCountedDtors(record_location, record); in CheckChromeClass()
244 CheckWeakPtrFactoryMembers(record_location, record); in CheckChromeClass()
287 SourceLocation record_location, in CheckCtorDtorWeight() argument
352 emitWarning(record_location, in CheckCtorDtorWeight()
378 emitWarning(record_location, in CheckCtorDtorWeight()
411 emitWarning(record_location, in CheckCtorDtorWeight()
[all …]
DChromeClassTester.h66 virtual void CheckChromeClass(clang::SourceLocation record_location,