Home
last modified time | relevance | path

Searched refs:origParentScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp55 unsigned &origParentScope) { in BuildScopeInformation() argument
59 unsigned independentParentScope = origParentScope; in BuildScopeInformation()
61 ((isa<Expr>(S) && !isa<StmtExpr>(S)) ? origParentScope in BuildScopeInformation()
90 if (!BuildScopeInformation(CGM, I, origParentScope)) in BuildScopeInformation()
H A DVarBypassDetector.h66 unsigned &origParentScope);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp86 void BuildScopeInformation(Stmt *S, unsigned &origParentScope);
304 unsigned &origParentScope) { in BuildScopeInformation() argument
308 unsigned independentParentScope = origParentScope; in BuildScopeInformation()
310 ? origParentScope : independentParentScope); in BuildScopeInformation()
466 BuildScopeInformation(I, origParentScope); in BuildScopeInformation()
566 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
569 BuildScopeInformation(CLE, origParentScope); in BuildScopeInformation()
587 origParentScope = Scopes.size()-1; in BuildScopeInformation()