reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5579 ExprResult ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);
5216 ESI.NoexceptExpr = Self->ActOnCXXBoolLiteral(SourceLocation(),
tools/clang/lib/Parse/ParseExprCXX.cpp 1755 return Actions.ActOnCXXBoolLiteral(ConsumeToken(), Kind);
tools/clang/lib/Sema/SemaExprObjC.cpp 370 Inner = ActOnCXXBoolLiteral(ValueLoc, Value? tok::kw_true : tok::kw_false);
tools/clang/lib/Sema/SemaTemplateVariadic.cpp1226 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_false); 1228 return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true);