Searched refs:BuildScopeInformation (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | 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); in JumpScopeChecker() 233 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() function in JumpScopeChecker 246 BuildScopeInformation(Init, ParentScope); in BuildScopeInformation() 250 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation() function in JumpScopeChecker 292 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() function in JumpScopeChecker 304 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation() function in JumpScopeChecker [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope); in Init() 34 bool VarBypassDetector::BuildScopeInformation(const Decl *D, in BuildScopeInformation() function in VarBypassDetector 44 return BuildScopeInformation(Init, ParentScope); in BuildScopeInformation() 53 bool VarBypassDetector::BuildScopeInformation(const Stmt *S, in BuildScopeInformation() function in VarBypassDetector 71 if (!BuildScopeInformation(Init, ParentScope)) in BuildScopeInformation() 76 if (!BuildScopeInformation(Var, ParentScope)) in BuildScopeInformation() 89 if (!BuildScopeInformation(I, origParentScope)) in BuildScopeInformation() 129 if (!BuildScopeInformation(SubStmt, ParentScope)) in BuildScopeInformation()
|
H A D | VarBypassDetector.h | 62 bool BuildScopeInformation(const Decl *D, unsigned &ParentScope); 63 bool BuildScopeInformation(const Stmt *S, unsigned &origParentScope);
|