Searched refs:BuildScopeInformation (Results 1 – 4 of 4) 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() 232 void JumpScopeChecker::BuildScopeInformation(Decl *D, unsigned &ParentScope) { in BuildScopeInformation() function in JumpScopeChecker 245 BuildScopeInformation(Init, ParentScope); in BuildScopeInformation() 249 void JumpScopeChecker::BuildScopeInformation(VarDecl *D, in BuildScopeInformation() function in JumpScopeChecker 291 void JumpScopeChecker::BuildScopeInformation(CompoundLiteralExpr *CLE, in BuildScopeInformation() function in JumpScopeChecker 303 void JumpScopeChecker::BuildScopeInformation(Stmt *S, in BuildScopeInformation() function in JumpScopeChecker [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 27 AlwaysBypassed = !BuildScopeInformation(CGM, Body, ParentScope); in Init() 35 bool VarBypassDetector::BuildScopeInformation(CodeGenModule &CGM, const Decl *D, in BuildScopeInformation() function in VarBypassDetector 45 return BuildScopeInformation(CGM, Init, ParentScope); in BuildScopeInformation() 54 bool VarBypassDetector::BuildScopeInformation(CodeGenModule &CGM, const Stmt *S, in BuildScopeInformation() function in VarBypassDetector 72 if (!BuildScopeInformation(CGM, Init, ParentScope)) in BuildScopeInformation() 77 if (!BuildScopeInformation(CGM, Var, ParentScope)) in BuildScopeInformation() 90 if (!BuildScopeInformation(CGM, I, origParentScope)) in BuildScopeInformation() 132 Result = BuildScopeInformation(CGM, SubStmt, ParentScope); in BuildScopeInformation()
|
| H A D | VarBypassDetector.h | 63 bool BuildScopeInformation(CodeGenModule &CGM, const Decl *D, 65 bool BuildScopeInformation(CodeGenModule &CGM, const Stmt *S,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4611 …ationEPN5clang4StmtEj", "(anonymous namespace)::JumpScopeChecker::BuildScopeInformation(clang::Stm… 4613 …tionEPN5clang4DeclERj", "(anonymous namespace)::JumpScopeChecker::BuildScopeInformation(clang::Dec…
|