Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp3080 bool IsUnresolved = isUnresolvedExceptionSpec(FPT->getExceptionSpecType()); in attachPreviousDeclImpl() local
3083 if (IsUnresolved != WasUnresolved) in attachPreviousDeclImpl()
3085 std::make_pair(Canon, IsUnresolved ? PrevFD : FD)); in attachPreviousDeclImpl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3623 bool IsUnresolved = isUnresolvedExceptionSpec(FPT->getExceptionSpecType()); in attachPreviousDeclImpl() local
3626 if (IsUnresolved != WasUnresolved) in attachPreviousDeclImpl()
3628 {Canon, IsUnresolved ? PrevFD : FD}); in attachPreviousDeclImpl()