Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp794 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in clang::dataflow::__anoneae148b30111::TransferVisitor
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp544 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { return true; } in VisitCXXBoolLiteralExpr() function in clang::TrivialFunctionAnalysisVisitor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1638 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { in VisitCXXBoolLiteralExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1534 void TextNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in TextNodeDumper
H A DStmtPrinter.cpp2105 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { in VisitCXXBoolLiteralExpr() function in StmtPrinter
H A DStmtProfile.cpp1984 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { in VisitCXXBoolLiteralExpr() function in StmtProfiler
H A DASTImporter.cpp8361 ExpectedStmt ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTNodeImporter
H A DExprConstant.cpp11600 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anonfb577fba2511::IntExprEvaluator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1826 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1835 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in ASTStmtReader
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4107 bool Compiler<Emitter>::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in Compiler
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1830 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } in VisitCXXBoolLiteralExpr() function in __anon4f6f6e9d0d11::DeclExtractor
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp482 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { in VisitCXXBoolLiteralExpr() function in __anone7cacfbd0111::ScalarExprEmitter