reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 5579   ExprResult ActOnCXXBoolLiteral(SourceLocation OpLoc, tok::TokenKind Kind);

References

tools/clang/include/clang/Sema/Sema.h
 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.cpp
 1226     return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_false);
 1228     return ActOnCXXBoolLiteral(EllipsisLoc, tok::kw_true);