Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp220 ThisUse->markSafe(); in markSafeWeakUse()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h363 void markSafe() { Rep.setInt(false); } in markSafe() function