Home
last modified time | relevance | path

Searched defs:VisitExplicitCastExpr (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/unittests/Tooling/
H A DCastExprTest.cpp19 bool VisitExplicitCastExpr(ExplicitCastExpr *Expr) override { in VisitExplicitCastExpr() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp77 TypeCallPair VisitExplicitCastExpr(const ExplicitCastExpr *E) { in VisitExplicitCastExpr() function in __anonc0a1e27e0111::CastedAllocFinder
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp488 bool VisitExplicitCastExpr(const ExplicitCastExpr *ECE) { VisitExplicitCastExpr() function in clang::TrivialFunctionAnalysisVisitor
/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1126 void ASTStmtWriter::VisitExplicitCastExpr(ExplicitCastExpr *E) { VisitExplicitCastExpr() function in ASTStmtWriter
H A DASTReaderStmt.cpp1174 void ASTStmtReader::VisitExplicitCastExpr(ExplicitCastExpr *E) { VisitExplicitCastExpr() function in ASTStmtReader
/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1478 void StmtProfiler::VisitExplicitCastExpr(const ExplicitCastExpr *S) { VisitExplicitCastExpr() function in StmtProfiler
H A DASTImporter.cpp7908 ExpectedStmt ASTNodeImporter::VisitExplicitCastExpr(ExplicitCastExpr *E) { VisitExplicitCastExpr() function in ASTNodeImporter
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp586 Value *VisitExplicitCastExpr(ExplicitCastExpr *E) { VisitExplicitCastExpr() function in __anon91c925d00111::ScalarExprEmitter
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3040 void EnqueueVisitor::VisitExplicitCastExpr(const ExplicitCastExpr *E) { VisitExplicitCastExpr() function in EnqueueVisitor