Go to the source code of this file.
Classes | |
class | clang::insights::Once< VALUE > |
A helper object which returns a boolean value just once and toggles it after the first query. More... | |
Namespaces | |
clang | |
clang::insights | |
Typedefs | |
using | clang::insights::OnceTrue = Once< true > |
Returns true only once, following checks return false. More... | |
using | clang::insights::OnceFalse = Once< false > |
Returns false only once, following checks return true. More... | |