Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DCXXBoolLiteralExpr.cpp18 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { VisitCXXBoolLiteralExpr() function in __anon6ef329d10111::CXXBoolLiteralExprVisitor
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp794 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { VisitCXXBoolLiteralExpr() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp544 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { return true; } VisitCXXBoolLiteralExpr() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp141 std::string VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { summarizeExpr() function
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1639 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { VisitCXXBoolLiteralExpr() function in JSONNodeDumper
H A DTextNodeDumper.cpp1534 void TextNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { VisitCXXBoolLiteralExpr() function in TextNodeDumper
H A DStmtPrinter.cpp2095 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { VisitCXXBoolLiteralExpr() function in StmtPrinter
H A DStmtProfile.cpp1975 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { VisitCXXBoolLiteralExpr() function in StmtProfiler
H A DASTImporter.cpp8356 ExpectedStmt ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in ASTNodeImporter
H A DExprConstant.cpp11585 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in __anon006fc44d2511::IntExprEvaluator
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1828 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1838 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in ASTStmtReader
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1830 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } VisitCXXBoolLiteralExpr() function in __anon86ccc4100d11::DeclExtractor
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp481 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in __anon91c925d00111::ScalarExprEmitter