Home
last modified time | relevance | path

Searched refs:oldVal (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.h287 const clang::VarDecl *oldVal = nullptr; variable
292 oldVal = p.currVarDecl; in VarDeclContext()
298 void restore() { p.currVarDecl = oldVal; } in restore()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2445 bool oldVal; in LookupQualifiedName() member
2449 : oldVal(ctx->shouldUseQualifiedLookup()), Context(ctx) { in LookupQualifiedName()
2453 Context->setUseQualifiedLookup(oldVal); in LookupQualifiedName()