Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h369 mutable IdentifierInfo *BoolName = nullptr; variable
1819 if (!BoolName) in getBoolName()
1820 BoolName = &Idents.get("bool"); in getBoolName()
1821 return BoolName; in getBoolName()