Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h368 mutable IdentifierInfo *BoolName = nullptr; variable
1774 if (!BoolName) in getBoolName()
1775 BoolName = &Idents.get("bool"); in getBoolName()
1776 return BoolName; in getBoolName()