Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h247 mutable IdentifierInfo *BoolName = nullptr; variable
1470 if (!BoolName) in getBoolName()
1471 BoolName = &Idents.get("bool"); in getBoolName()
1472 return BoolName; in getBoolName()