Searched refs:FirstMethod (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 10558 const CXXMethodDecl *FirstMethod = cast<CXXMethodDecl>(FirstDecl); in diagnoseOdrViolations() local 10560 FirstMethodType = GetMethodTypeForDiagnostics(FirstMethod); in diagnoseOdrViolations() 10562 auto FirstName = FirstMethod->getDeclName(); in diagnoseOdrViolations() 10565 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations() 10566 FirstMethod->getSourceRange(), MethodName) in diagnoseOdrViolations() 10576 const bool FirstDeleted = FirstMethod->isDeletedAsWritten(); in diagnoseOdrViolations() 10579 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations() 10580 FirstMethod->getSourceRange(), MethodDeleted) in diagnoseOdrViolations() 10590 const bool FirstDefaulted = FirstMethod->isExplicitlyDefaulted(); in diagnoseOdrViolations() 10593 ODRDiagDeclError(FirstRecord, FirstModule, FirstMethod->getLocation(), in diagnoseOdrViolations() [all …]
|
/external/llvm-project/parallel-libs/acxxel/tests/ |
D | span_test.cpp | 124 TEST(Span, FirstMethod) { in TEST() argument
|