Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp218 ThisUse->markSafe(); in markSafeWeakUse()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h354 void markSafe() { Rep.setInt(false); } in markSafe() function