Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp288 case VT_Boolean: in operator =()
325 case VT_Boolean: in reset()
335 return Type == VT_Boolean; in isBoolean()
345 Type = VT_Boolean; in setBoolean()
480 case VT_Boolean: return "Boolean"; in getTypeAsString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h333 VT_Boolean, enumerator