Searched refs:VisitParenExpr (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp81 TypeCallPair VisitParenExpr(const ParenExpr *E) { function in class:__anon817::CastedAllocFinder
123 void VisitParenExpr(const ParenExpr *E) { function in class:__anon817::SizeofFinder
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h71 bool VisitParenExpr(const ParenExpr *E);
H A DByteCodeExprGen.cpp141 bool ByteCodeExprGen<Emitter>::VisitParenExpr(const ParenExpr *PE) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1105 void StmtProfiler::VisitParenExpr(const ParenExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp608 ExpectedStmt VisitParenExpr(ParenExpr *E);
6686 ExpectedStmt ASTNodeImporter::VisitParenExpr(ParenExpr *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp6702 bool VisitParenExpr(const ParenExpr *E)
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp107 ComplexPairTy VisitParenExpr(ParenExpr *PE) { return Visit(PE->getSubExpr());} function in class:__anon361::ComplexExprEmitter
H A DCGExprConstant.cpp1006 llvm::Constant *VisitParenExpr(ParenExpr *PE, QualType T) { function in class:__anon362::ConstExprEmitter
H A DCGExprAgg.cpp112 void VisitParenExpr(ParenExpr *PE) { Visit(PE->getSubExpr()); } function in class:__anon1::AggExprEmitter
H A DCGExprScalar.cpp438 Value *VisitParenExpr(ParenExpr *PE) { function in class:__anon366::ScalarExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1418 void VisitParenExpr(ParenExpr *E) { function in class:__anon668::DeclExtractor
H A DSemaExpr.cpp17500 ExprResult VisitParenExpr(ParenExpr *E) { function in struct:__anon116::RebuildUnknownAnyFunction
17594 ExprResult VisitParenExpr(ParenExpr *E) { function in struct:__anon117::RebuildUnknownAnyExpr
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp647 void ASTStmtReader::VisitParenExpr(ParenExpr *E) { function in class:ASTStmtReader
H A DASTWriterStmt.cpp683 void ASTStmtWriter::VisitParenExpr(ParenExpr *E) { function in class:ASTStmtWriter

Completed in 432 milliseconds