Searched defs:VisitObjCMessageExpr (Results 1 - 21 of 21) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp50 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { function in class:__anon3108::UnusedInitRewriter
H A DTransAPIUses.cpp55 bool VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:__anon3095::APIChecker
H A DTransZeroOutPropsInDealloc.cpp43 bool VisitObjCMessageExpr(ObjCMessageExpr *ME) { function in class:__anon3109::ZeroOutInDeallocRemover
H A DTransRetainReleaseDealloc.cpp61 bool VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:__anon3106::RetainReleaseDeallocRemover
H A DTransAutoreleasePool.cpp51 bool VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:__anon3097::ReleaseCollector
H A DObjCMT.cpp197 bool VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:__anon3093::ObjCMigrator
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp68 void VisitObjCMessageExpr(ObjCMessageExpr *ME) { function in class:__anon3177::CGBuilder
H A DUninitializedValues.cpp730 void TransferFunctions::VisitObjCMessageExpr(ObjCMessageExpr *ME) { function in class:TransferFunctions
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp47 bool VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:FindSuperCallVisitor
H A DIvarInvalidationChecker.cpp704 void IvarInvalidationCheckerImpl::MethodCrawler::VisitObjCMessageExpr( function in class:__anon3565::IvarInvalidationCheckerImpl::MethodCrawler
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1850 void ASTDumper::VisitObjCMessageExpr(const ObjCMessageExpr *Node) { function in class:ASTDumper
H A DStmtPrinter.cpp1893 void StmtPrinter::VisitObjCMessageExpr(ObjCMessageExpr *Mess) { function in class:StmtPrinter
H A DStmtProfile.cpp1132 void StmtProfiler::VisitObjCMessageExpr(const ObjCMessageExpr *S) { function in class:StmtProfiler
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp730 void AggExprEmitter::VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:AggExprEmitter
H A DCGExprComplex.cpp128 ComplexPairTy VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:__anon3230::ComplexExprEmitter
H A DCGExprScalar.cpp247 Value *VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:__anon3233::ScalarExprEmitter
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp981 void ASTStmtWriter::VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:ASTStmtWriter
H A DASTReaderStmt.cpp1031 void ASTStmtReader::VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:ASTStmtReader
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2896 ACCResult VisitObjCMessageExpr(ObjCMessageExpr *e) { function in class:__anon3425::ARCCastChecker
H A DSemaDecl.cpp7980 void VisitObjCMessageExpr(ObjCMessageExpr *E) { return; } function in class:__anon3398::SelfReferenceChecker
H A DSemaExpr.cpp12875 ExprResult RebuildUnknownAnyExpr::VisitObjCMessageExpr(ObjCMessageExpr *E) { function in class:RebuildUnknownAnyExpr

Completed in 413 milliseconds