Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h337 mutable IdentifierInfo *BoolName = nullptr; variable
1711 if (!BoolName) in getBoolName()
1712 BoolName = &Idents.get("bool"); in getBoolName()
1713 return BoolName; in getBoolName()