Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10626 const bool SecondStatic = SecondStorage == SC_Static; in diagnoseOdrViolations() local
10627 if (FirstStatic != SecondStatic) { in diagnoseOdrViolations()
10633 << SecondMethodType << SecondName << SecondStatic; in diagnoseOdrViolations()