/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | CXXBoolLiteralExpr.cpp | 18 bool VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *BE) { VisitCXXBoolLiteralExpr() function in __anon6ef329d10111::CXXBoolLiteralExprVisitor
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 794 void VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { VisitCXXBoolLiteralExpr() function in clang::dataflow::__anonfd8dcce60111::TransferVisitor
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 544 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { return true; } VisitCXXBoolLiteralExpr() function in clang::TrivialFunctionAnalysisVisitor
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | InlayHints.cpp | 141 std::string VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { summarizeExpr() function
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1639 void JSONNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *BLE) { VisitCXXBoolLiteralExpr() function in JSONNodeDumper
|
H A D | TextNodeDumper.cpp | 1534 void TextNodeDumper::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *Node) { VisitCXXBoolLiteralExpr() function in TextNodeDumper
|
H A D | StmtPrinter.cpp | 2095 void StmtPrinter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *Node) { VisitCXXBoolLiteralExpr() function in StmtPrinter
|
H A D | StmtProfile.cpp | 1975 void StmtProfiler::VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *S) { VisitCXXBoolLiteralExpr() function in StmtProfiler
|
H A D | ASTImporter.cpp | 8356 ExpectedStmt ASTNodeImporter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in ASTNodeImporter
|
H A D | ExprConstant.cpp | 11585 bool VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in __anon006fc44d2511::IntExprEvaluator
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1828 void ASTStmtWriter::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in ASTStmtWriter
|
H A D | ASTReaderStmt.cpp | 1838 void ASTStmtReader::VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in ASTStmtReader
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 1830 void VisitCXXBoolLiteralExpr(CXXBoolLiteralExpr *E) { } VisitCXXBoolLiteralExpr() function in __anon86ccc4100d11::DeclExtractor
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp |
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 481 Value *VisitCXXBoolLiteralExpr(const CXXBoolLiteralExpr *E) { VisitCXXBoolLiteralExpr() function in __anon91c925d00111::ScalarExprEmitter
|