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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp40 // PreVisited : A CallExpr to this FunctionDecl is in the worklist, but the
45 PreVisited, /**< A CallExpr to this FunctionDecl is in the enumerator in enum:__anon3483::WalkAST::Kind
69 /// being PreVisited.
77 K = PreVisited;
93 if (VisitedFunctions[FD] == PreVisited) {
94 // If the callee is PreVisited, walk its body.

Completed in 47 milliseconds