Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10407 SecondMethodType = GetMethodTypeForDiagnostics(SecondMethod); in diagnoseOdrViolations()
10409 DeclarationName SecondName = SecondMethod->getDeclName(); in diagnoseOdrViolations()
10418 return ODRDiagDeclNote(SecondMethod->getLocation(), in diagnoseOdrViolations()
10431 const bool SecondDeleted = SecondMethod->isDeletedAsWritten(); in diagnoseOdrViolations()
10451 const bool SecondPure = SecondMethod->isPure(); in diagnoseOdrViolations()
10464 StorageClass SecondStorage = SecondMethod->getStorageClass(); in diagnoseOdrViolations()
10475 const bool SecondVolatile = SecondMethod->isVolatile(); in diagnoseOdrViolations()
10484 const bool SecondConst = SecondMethod->isConst(); in diagnoseOdrViolations()
10493 const bool SecondInline = SecondMethod->isInlineSpecified(); in diagnoseOdrViolations()
10585 SecondMethod->getTemplateSpecializationArgs(); in diagnoseOdrViolations()
[all …]