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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
VarBypassDetector.cpp 26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope);
34 bool VarBypassDetector::BuildScopeInformation(const Decl *D,
44 return BuildScopeInformation(Init, ParentScope);
53 bool VarBypassDetector::BuildScopeInformation(const Stmt *S,
71 if (!BuildScopeInformation(Init, ParentScope))
76 if (!BuildScopeInformation(Var, ParentScope))
89 if (!BuildScopeInformation(I, origParentScope))
129 if (!BuildScopeInformation(SubStmt, ParentScope))
VarBypassDetector.h 62 bool BuildScopeInformation(const Decl *D, unsigned &ParentScope);
63 bool BuildScopeInformation(const Stmt *S, unsigned &origParentScope);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 82 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
83 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
85 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope);
86 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
114 BuildScopeInformation(Body, BodyParentScope);
233 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) {
246 BuildScopeInformation(Init, ParentScope);
250 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE,
300 /// BuildScopeInformation - The statements from CI to CE are known to form
    [all...]

Completed in 25 milliseconds