Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DScopeInfo.cpp217 ThisUse->markSafe(); in markSafeWeakUse()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h346 void markSafe() { Rep.setInt(false); } in markSafe() function