Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h388 mutable IdentifierInfo *BoolName = nullptr; variable
1969 if (!BoolName) in getBoolName()
1970 BoolName = &Idents.get("bool"); in getBoolName()
1971 return BoolName; in getBoolName()