Home
last modified time | relevance | path

Searched defs:VisitCXXBoolLiteralExpr (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp730 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in clang::dataflow::TransferVisitor
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1275 bool ByteCodeExprGen<Emitter>::VisitCXXBoolLiteralExpr( in VisitCXXBoolLiteralExpr() function in ByteCodeExprGen
/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1522 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { in VisitCXXBoolLiteralExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1188 void TextNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in TextNodeDumper
H A DStmtPrinter.cpp2044 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtPrinter
H A DStmtProfile.cpp1935 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in StmtProfiler
H A DASTImporter.cpp7942 ExpectedStmt ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTNodeImporter
H A DExprConstant.cpp11062 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anond52d8a672411::IntExprEvaluator
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1703 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1798 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtReader
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1797 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr() function in __anonf4d0b06a0d11::DeclExtractor
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp466 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anon7dd068ea0111::ScalarExprEmitter