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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp26 AlwaysBypassed = !BuildScopeInformation(Body, ParentScope);
34 bool VarBypassDetector::BuildScopeInformation(const Decl *D, function in class:VarBypassDetector
44 return BuildScopeInformation(Init, ParentScope);
53 bool VarBypassDetector::BuildScopeInformation(const Stmt *S, function in class:VarBypassDetector
71 if (!BuildScopeInformation(Init, ParentScope))
76 if (!BuildScopeInformation(Var, ParentScope))
89 if (!BuildScopeInformation(I, origParentScope))
129 if (!BuildScopeInformation(SubStmt, ParentScope))
H A DVarBypassDetector.h62 bool BuildScopeInformation(const Decl *D, unsigned &ParentScope);
63 bool BuildScopeInformation(const Stmt *S, unsigned &origParentScope);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp75 void BuildScopeInformation(Decl *D, unsigned &ParentScope);
76 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
78 void BuildScopeInformation(CompoundLiteralExpr *CLE, unsigned &ParentScope);
79 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
105 BuildScopeInformation(Body, BodyParentScope);
223 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { function in class:JumpScopeChecker
236 BuildScopeInformation(Init, ParentScope);
240 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, function in class:JumpScopeChecker
282 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, function in class:JumpScopeChecker
290 /// BuildScopeInformation
294 void JumpScopeChecker::BuildScopeInformation(Stmt *S, function in class:JumpScopeChecker
[all...]

Completed in 58 milliseconds