Searched refs:Visit (Results 176 - 200 of 204) sorted by relevance

123456789

/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp47 void Visit##Type(Type *);
1671 void Visit##Class(Class *S);
1679 Visit(C);
1938 Writer.Visit(S);
H A DASTWriter.cpp94 #define TYPE(Class, Base) void Visit##Class##Type(const Class##Type *T);
441 void Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
2616 case Type::Class: W.Visit##Class##Type(cast<Class##Type>(T)); break;
4793 TLW.Visit(TL);
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp72 /// VisitExpr - Visit all of the children of this expression.
76 IsInvalid |= Visit(*I);
80 /// VisitDeclRefExpr - Visit a reference to a declaration, to
110 /// VisitCXXThisExpr - Visit a C++ "this" expression.
132 Invalid |= Visit(E);
322 if (DefaultArgChecker.Visit(DefaultArg)) {
2357 UninitializedFieldVisitor(S, Decls, Constructor).Visit(E);
2359 UninitializedFieldVisitor(S, Decls, nullptr).Visit(E);
4277 void Visit(TypeLoc TL, Sema::AbstractDiagSelID Sel) { function in struct:__anon18034::CheckAbstractUsage
4287 Visit(T
[all...]
H A DSemaExpr.cpp12694 Visit(E->getSubExpr());
12724 Visit(E->getExpr());
12743 EvaluatedExprMarker(*this, SkipLocalVariables).Visit(E);
12976 ExprResult SubResult = Visit(E->getSubExpr());
12996 ExprResult SubResult = Visit(E->getSubExpr());
13034 ExprResult Result = RebuildUnknownAnyFunction(S).Visit(FunctionExpr);
13071 ExprResult SubResult = Visit(E->getSubExpr());
13102 ExprResult SubResult = Visit(E->getSubExpr());
13224 ExprResult CalleeResult = Visit(CalleeExpr);
13264 ExprResult Result = Visit(
[all...]
H A DSemaTemplateInstantiateDecl.cpp625 // All of the Visit implementations for the various potential friend
629 Decl *NewND = Visit(ND);
2585 return Instantiator.Visit(D);
2605 NamedDecl *D = cast_or_null<NamedDecl>(Visit(*PI));
H A DAnalysisBasedWarnings.cpp862 CR.Visit(const_cast<Expr*>(Initializer));
H A DSemaTemplateInstantiate.cpp1974 Decl *NewMember = Instantiator.Visit(Member);
/external/clang/lib/Analysis/
H A DThreadSafety.cpp1328 // Visit all the statements in the basic block.
1335 VMapBuilder.Visit(const_cast<Stmt*>(CS.getStmt()));
2539 // Visit all the statements in the basic block.
2545 LocksetBuilder.Visit(const_cast<Stmt*>(CS.getStmt()));
H A DConsumed.cpp1375 // Visit all of the function's basic blocks.
1391 // Visit all of the basic block's statements.
1395 Visitor.Visit(B.castAs<CFGStmt>().getStmt());
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp431 // Visit the statement.
436 // Visit the statement.
437 Visit(currStmt, *I, DstI);
671 void ExprEngine::Visit(const Stmt *S, ExplodedNode *Pred, function in class:ExprEngine
1812 // FIXME: Prechecks eventually go in ::Visit().
/external/chromium_org/content/renderer/
H A Drender_thread_impl.cc201 virtual bool Visit(RenderView* render_view) OVERRIDE {
H A Drender_view_impl.cc920 if (!visitor->Visit(it->second))
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.cc50 // Visit each basic block in post order.
370 // Visit code in reverse control flow order, because architecture-specific
1060 void InstructionSelector::Visit##x(Node* node) { UNIMPLEMENTED(); }
H A Dscheduler.cc612 GenericGraphVisit::Visit<ScheduleLateNodeVisitor,
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc283 // Visit the declarations and body unless there is an illegal
780 // context. Otherwise, we let the Visit function deal with the
958 Visit(declaration->module());
1260 Visit(stmt->body());
1311 Visit(stmt->body());
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc284 // Visit the declarations and body unless there is an illegal
772 // context. Otherwise, we let the Visit function deal with the
953 Visit(declaration->module());
1245 Visit(stmt->body());
1297 Visit(stmt->body());
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc277 // Visit the declarations and body unless there is an illegal
722 // context. Otherwise, we let the Visit function deal with the
892 Visit(declaration->module());
1184 Visit(stmt->body());
1233 Visit(stmt->body());
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc292 // Visit the declarations and body unless there is an illegal
770 // context. Otherwise, we let the Visit function deal with the
950 Visit(declaration->module());
1247 Visit(stmt->body());
1298 Visit(stmt->body());
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc287 // Visit the declarations and body unless there is an illegal
766 // context. Otherwise, we let the Visit function deal with the
945 Visit(declaration->module());
1242 Visit(stmt->body());
1293 Visit(stmt->body());
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc275 // Visit the declarations and body unless there is an illegal
743 // context. Otherwise, we let the Visit function deal with the
915 Visit(declaration->module());
1218 Visit(stmt->body());
1267 Visit(stmt->body());
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc274 // Visit the declarations and body unless there is an illegal
719 // context. Otherwise, we let the Visit function deal with the
881 Visit(declaration->module());
1173 Visit(stmt->body());
1222 Visit(stmt->body());
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc2905 frame.Visit(&visitor);
/external/clang/lib/CodeGen/
H A DCGClass.cpp379 Checker.Visit(const_cast<Expr*>(Init));
/external/chromium_org/v8/src/
H A Dapi.cc4605 // Visit writes out a group of code units (chars) of a v8::String to the
4616 void Visit(const Char* chars, const int length) { function in class:v8::Utf8WriterVisitor
4705 Visit(chars, length);
4709 Visit(chars, length);
H A Dhydrogen.h769 // be, e.g., HPhi). Call this function in tail position in the Visit
780 // Call this function in tail position in the Visit functions for
786 // Call this function in tail position in the Visit functions for
2285 // Visit a list of expressions from left to right, each in a value context.
2296 #define DECLARE_VISIT(type) virtual void Visit##type(type* node) OVERRIDE;

Completed in 3859 milliseconds

123456789