HomeSort by: relevance | last modified time | path
    Searched refs:CFGScopeBegin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 315 class CFGScopeBegin : public CFGElement {
317 CFGScopeBegin() {}
318 CFGScopeBegin(const VarDecl *VD, const Stmt *S)
1122 Elements.push_back(CFGScopeBegin(VD, S), C);
1127 Elements.insert(Elements.rbegin(), 1, CFGScopeBegin(VD, S), C);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5555 OS << "CFGScopeBegin(";
5556 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl())

Completed in 69 milliseconds