Home
last modified time | relevance | path

Searched refs:BoolName (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h361 mutable IdentifierInfo *BoolName = nullptr; variable
1731 if (!BoolName) in getBoolName()
1732 BoolName = &Idents.get("bool"); in getBoolName()
1733 return BoolName; in getBoolName()