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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp82 TypeCallPair VisitParenExpr(const ParenExpr *E) { function in class:__anon3888::CastedAllocFinder
125 void VisitParenExpr(const ParenExpr *E) { function in class:__anon3888::SizeofFinder
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp75 bool VisitParenExpr(ParenExpr *Parens) { function in class:clang::ParenExprVisitor
/external/clang/lib/AST/
H A DStmtProfile.cpp296 void StmtProfiler::VisitParenExpr(const ParenExpr *S) { function in class:StmtProfiler
H A DASTImporter.cpp169 Expr *VisitParenExpr(ParenExpr *E);
3963 Expr *ASTNodeImporter::VisitParenExpr(ParenExpr *E) { function in class:ASTNodeImporter
H A DExprConstant.cpp2377 RetTy VisitParenExpr(const ParenExpr *E) function in class:__anon3493::ExprEvaluatorBase
/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp103 ComplexPairTy VisitParenExpr(ParenExpr *PE) { return Visit(PE->getSubExpr());} function in class:__anon45::ComplexExprEmitter
H A DCGExprAgg.cpp105 void VisitParenExpr(ParenExpr *PE) { Visit(PE->getSubExpr()); } function in class:__anon41::AggExprEmitter
H A DCGExprConstant.cpp632 llvm::Constant *VisitParenExpr(ParenExpr *PE) { function in class:__anon46::ConstExprEmitter
H A DCGExprScalar.cpp162 Value *VisitParenExpr(ParenExpr *PE) { function in class:__anon48::ScalarExprEmitter
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp368 void ASTStmtWriter::VisitParenExpr(ParenExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp420 void ASTStmtReader::VisitParenExpr(ParenExpr *E) { function in class:ASTStmtReader
/external/clang/lib/Sema/
H A DSemaStmt.cpp1218 void VisitParenExpr(ParenExpr *E) { function in class:__anon244::DeclExtractor
H A DSemaExpr.cpp11341 ExprResult VisitParenExpr(ParenExpr *E) { function in struct:__anon211::RebuildUnknownAnyFunction
11435 ExprResult VisitParenExpr(ParenExpr *E) { function in struct:__anon212::RebuildUnknownAnyExpr

Completed in 297 milliseconds