Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1903 IdentifierInfo *getBoolName() const { in getBoolName() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp111 if (const MacroInfo *BoolMacro = PP.getMacroInfo(Context.getBoolName())) { in getPrintingPolicy()