Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h282 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node);
H A DJSONNodeDumper.h326 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h73 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E);
H A DByteCodeExprGen.cpp2606 bool ByteCodeExprGen<Emitter>::VisitCXXBoolLiteralExpr( in VisitCXXBoolLiteralExpr() function in ByteCodeExprGen
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp732 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in clang::dataflow::__anon141f9d7b0111::TransferVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1595 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { in VisitCXXBoolLiteralExpr() function in JSONNodeDumper
H A DStmtProfile.cpp1973 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in StmtProfiler
H A DTextNodeDumper.cpp1311 void TextNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in TextNodeDumper
H A DStmtPrinter.cpp2059 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtPrinter
H A DASTImporter.cpp628 ExpectedStmt VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E);
8259 ExpectedStmt ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTNodeImporter
H A DExprConstant.cpp11350 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anonbf0ddd822411::IntExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1816 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1828 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1807 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr() function in __anon0e2561650d11::DeclExtractor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp466 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anon378ad1850111::ScalarExprEmitter